Some tweaks for proper powercalc usage of christmas light power sensors
This commit is contained in:
@ -10,6 +10,12 @@ sensor:
|
|||||||
power_sensor_naming: "{} Power Sensor"
|
power_sensor_naming: "{} Power Sensor"
|
||||||
energy_sensor_naming: "{} Energy Sensor"
|
energy_sensor_naming: "{} Energy Sensor"
|
||||||
mode: lut
|
mode: lut
|
||||||
|
- platform: powercalc
|
||||||
|
entity_id: light.living_room_christmas_tree
|
||||||
|
power_sensor_id: sensor.living_room_christmas_tree_power
|
||||||
|
- platform: powercalc
|
||||||
|
entity_id: light.front_window_christmas_lights
|
||||||
|
power_sensor_id: sensor.front_window_christmas_lights_power
|
||||||
- platform: powercalc
|
- platform: powercalc
|
||||||
create_group: Living Room Lights
|
create_group: Living Room Lights
|
||||||
include:
|
include:
|
||||||
@ -38,6 +44,8 @@ sensor:
|
|||||||
create_group: First Floor Lights
|
create_group: First Floor Lights
|
||||||
include:
|
include:
|
||||||
group: light.first_floor_light_bulbs
|
group: light.first_floor_light_bulbs
|
||||||
|
entities:
|
||||||
|
- entity_id: light.living_room_christmas_tree
|
||||||
- platform: powercalc
|
- platform: powercalc
|
||||||
create_group: Second Floor Lights
|
create_group: Second Floor Lights
|
||||||
include:
|
include:
|
||||||
|
Reference in New Issue
Block a user