general updates

This commit is contained in:
root
2023-02-02 11:58:21 +13:00
parent 4244d8b6eb
commit 0c38ec96f0
2 changed files with 186 additions and 1 deletions

View File

@@ -1 +1,48 @@
- id: '1671746148141'
alias: Turn Off Xmas Decorations
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.xmas_decorations
from: 'on'
to: 'off'
condition: []
action:
- type: turn_off
device_id: bbfa51e4e883fafa1d38824f11d83ba1
entity_id: switch.xmas_decoration_power_plug_zpp02
domain: switch
- type: turn_off
device_id: 506b3518661f7b2854e42ba5a26e0610
entity_id: switch.kogan_smarterhometm_smart_plug_new_socket_1
domain: switch
- type: turn_off
device_id: a9865914a7b7de1e81d1df47784282a8
entity_id: switch.tasmota_5
domain: switch
mode: single
- id: '1671746242166'
alias: Turn On Xmas Decorations
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.xmas_decorations
from: 'off'
to: 'on'
condition: []
action:
- type: turn_on
device_id: bbfa51e4e883fafa1d38824f11d83ba1
entity_id: switch.xmas_decoration_power_plug_zpp02
domain: switch
- type: turn_on
device_id: 506b3518661f7b2854e42ba5a26e0610
entity_id: switch.kogan_smarterhometm_smart_plug_new_socket_1
domain: switch
- type: turn_on
device_id: a9865914a7b7de1e81d1df47784282a8
entity_id: switch.tasmota_5
domain: switch
mode: single