diff options
Diffstat (limited to 'automations.yaml')
-rw-r--r-- | automations.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/automations.yaml b/automations.yaml index 621c215..f2fa359 100644 --- a/automations.yaml +++ b/automations.yaml @@ -865,7 +865,7 @@ - condition: or conditions: - condition: state - entity_id: switch.smart_power_strip_pro_socket_2 + entity_id: switch.office_power_strip_socket_2 state: 'off' - condition: state entity_id: switch.office_table @@ -922,7 +922,7 @@ - condition: or conditions: - condition: state - entity_id: switch.smart_power_strip_pro_socket_2 + entity_id: switch.office_power_strip_socket_2 state: 'off' - condition: state entity_id: switch.office_table @@ -1067,7 +1067,7 @@ - condition: trigger id: sleep - condition: state - entity_id: switch.smart_power_strip_pro_socket_2 + entity_id: switch.office_power_strip_socket_2 state: 'on' sequence: - service: script.sleep_and_wake @@ -1108,7 +1108,7 @@ trigger: - platform: state entity_id: - - switch.smart_power_strip_pro_socket_4 + - switch.office_power_strip_socket_4 from: 'off' to: 'on' for: @@ -1829,7 +1829,7 @@ trigger: - platform: state entity_id: - - switch.smart_power_strip_pro_socket_1 + - switch.office_power_strip_socket_1 to: unavailable for: hours: 0 @@ -1837,7 +1837,7 @@ seconds: 0 - platform: state entity_id: - - switch.smart_power_strip_pro_socket_1 + - switch.office_power_strip_socket_1 to: 'off' for: hours: 0 @@ -1853,7 +1853,7 @@ seconds: 0 condition: [] action: - - service: notify.mobile_app_lm_g810 + - service: notify.mobile_app_sm_s926b data: message: SmartPI out of power - service: notify.smartpi |