Add powercalc groups for kitchen and bedroom
This commit is contained in:
parent
30122639f9
commit
bce3f37b47
1 changed files with 13 additions and 0 deletions
|
@ -469,6 +469,19 @@ sensor:
|
|||
unit_prefix: k
|
||||
unit_time: h
|
||||
source: sensor.computer_outlet_electrical_measurement
|
||||
# Powercalc
|
||||
- platform: powercalc
|
||||
create_group: Kitchen lights
|
||||
include:
|
||||
area: Kitchen
|
||||
- platform: powercalc
|
||||
create_group: Bedroom lights
|
||||
entities:
|
||||
- entity_id: light.bedroom_1
|
||||
- entity_id: light.bedroom_2
|
||||
- entity_id: light.bed_lamp_left
|
||||
- entity_id: light.bed_lamp_right
|
||||
- entity_id: light.bed_lightstrip
|
||||
|
||||
binary_sensor:
|
||||
- name: Hulk Ping
|
||||
|
|
Loading…
Reference in a new issue