Compare commits
2 commits
0f82bca932
...
5c3ea009d2
Author | SHA1 | Date | |
---|---|---|---|
5c3ea009d2 | |||
7f1fb8d059 |
2 changed files with 35 additions and 14 deletions
|
@ -25,6 +25,19 @@
|
|||
target:
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- id: ios-intercom-button
|
||||
alias: '[ios] Intercom button'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: ios.action_fired
|
||||
event_data:
|
||||
actionName: Intercom button
|
||||
action:
|
||||
- service: switch.toggle
|
||||
target:
|
||||
entity_id: switch.intercom_button
|
||||
|
||||
- id: ios-good-night
|
||||
alias: '[ios] Good Night'
|
||||
mode: single
|
||||
|
|
|
@ -121,7 +121,7 @@ webhook:
|
|||
zeroconf:
|
||||
zone:
|
||||
|
||||
powercalc:
|
||||
#powercalc:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
|
@ -143,6 +143,14 @@ zha:
|
|||
|
||||
ios:
|
||||
actions:
|
||||
- name: "Intercom button"
|
||||
background_color: "#000000"
|
||||
label:
|
||||
text: "Intercom button"
|
||||
color: "#ffffff"
|
||||
icon:
|
||||
icon: door-closed-lock
|
||||
color: "#ffffff"
|
||||
- name: "Door Lock Toggle"
|
||||
background_color: "#000000"
|
||||
label:
|
||||
|
@ -542,19 +550,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
|
||||
# # 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