Added power sensors for light groups
This commit is contained in:
@ -9,4 +9,24 @@ sensor:
|
|||||||
create_utility_meters: true
|
create_utility_meters: true
|
||||||
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
|
||||||
|
create_group: Living Room Lights
|
||||||
|
include:
|
||||||
|
group: light.living_room_lights
|
||||||
|
- platform: powercalc
|
||||||
|
create_group: Upstairs Bathroom Lights
|
||||||
|
include:
|
||||||
|
group: light.upstairs_bathroom_lights
|
||||||
|
- platform: powercalc
|
||||||
|
create_group: Downstairs Bathroom Lights
|
||||||
|
include:
|
||||||
|
group: light.downstairs_bathroom_lights
|
||||||
|
- platform: powercalc
|
||||||
|
create_group: Master Bedroom Lights
|
||||||
|
include:
|
||||||
|
group: light.master_bedroom_lights
|
||||||
|
- platform: powercalc
|
||||||
|
create_group: Kallen Bedroom Lights
|
||||||
|
include:
|
||||||
|
group: light.kallen_bedroom_lights
|
Reference in New Issue
Block a user