Update HA, add vacuum, grid cards, fixes
This commit is contained in:
@@ -1,3 +1,69 @@
|
||||
- alias: Christmas-Tree on
|
||||
trigger:
|
||||
- platform: time
|
||||
at:
|
||||
- "05:30:00"
|
||||
- "16:00:00"
|
||||
- platform: zone
|
||||
entity_id:
|
||||
- person.jenny
|
||||
zone: zone.home
|
||||
event: enter
|
||||
action:
|
||||
service: light.turn_on
|
||||
data:
|
||||
entity_id:
|
||||
- light.weihnachtsbaum
|
||||
|
||||
- alias: Christmas-Tree off morning
|
||||
trigger:
|
||||
- platform: time
|
||||
at:
|
||||
- "08:00:00"
|
||||
condition:
|
||||
condition: not
|
||||
conditions:
|
||||
- condition: zone
|
||||
entity_id: person.jenny
|
||||
zone: zone.home
|
||||
action:
|
||||
service: light.turn_off
|
||||
data:
|
||||
entity_id:
|
||||
- light.weihnachtsbaum
|
||||
|
||||
- alias: Christmas-Tree off evening
|
||||
trigger:
|
||||
- platform: time
|
||||
at:
|
||||
- "23:00:00"
|
||||
action:
|
||||
service: light.turn_off
|
||||
data:
|
||||
entity_id:
|
||||
- light.weihnachtsbaum
|
||||
|
||||
- alias: Christmas-Tree off Presence
|
||||
trigger:
|
||||
- platform: zone
|
||||
entity_id:
|
||||
- person.jenny
|
||||
- person.florian
|
||||
zone: zone.home
|
||||
event: leave
|
||||
condition:
|
||||
- condition: zone
|
||||
entity_id:
|
||||
- person.jenny
|
||||
- person.florian
|
||||
zone: zone.not_home
|
||||
action:
|
||||
service: light.turn_off
|
||||
data:
|
||||
entity_id:
|
||||
- light.weihnachtsbaum
|
||||
|
||||
|
||||
- alias: Ambilight HDMI
|
||||
trigger:
|
||||
platform: state
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
- alias: Wallboard On
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.anyone_home
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: sensor.harmony_activity
|
||||
from: 'Fire TV sehen'
|
||||
action:
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.wallboard_display
|
||||
#- alias: Wallboard On
|
||||
# trigger:
|
||||
# - platform: state
|
||||
# entity_id: binary_sensor.anyone_home
|
||||
# to: 'on'
|
||||
# - platform: state
|
||||
# entity_id: sensor.harmony_activity
|
||||
# from: 'Fire TV sehen'
|
||||
# action:
|
||||
# service: switch.turn_on
|
||||
# data:
|
||||
# entity_id: switch.wallboard_display
|
||||
|
||||
- alias: Wallboard Off
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.anyone_home
|
||||
to: 'off'
|
||||
- platform: state
|
||||
entity_id: sensor.harmony_activity
|
||||
to: 'Fire TV sehen'
|
||||
action:
|
||||
service: switch.turn_off
|
||||
data:
|
||||
entity_id: switch.wallboard_display
|
||||
#- alias: Wallboard Off
|
||||
# trigger:
|
||||
# - platform: state
|
||||
# entity_id: binary_sensor.anyone_home
|
||||
# to: 'off'
|
||||
# - platform: state
|
||||
# entity_id: sensor.harmony_activity
|
||||
# to: 'Fire TV sehen'
|
||||
# action:
|
||||
# service: switch.turn_off
|
||||
# data:
|
||||
# entity_id: switch.wallboard_display
|
||||
مرجع در شماره جدید
Block a user