various tidyups
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
- id: "1669966515993"
|
||||
alias: Turn off Lounge TV
|
||||
description: ""
|
||||
trigger:
|
||||
- platform: mqtt
|
||||
topic: viewroad-commands/maintv/action
|
||||
payload: "OFF"
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_off
|
||||
device_id: 4a9f71fc64e158f1c9286d6e43ce782e
|
||||
entity_id: remote.lounge_tv
|
||||
domain: remote
|
||||
mode: single
|
||||
@@ -1,69 +0,0 @@
|
||||
- id: "Two_Way_Lights_-_Garage_Corridor_-_1"
|
||||
alias: "Two Way Lights - Garage Corridor - 1"
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: switch.garage_entry_switch_1
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: switch.garage_entry_switch_1
|
||||
state: "on"
|
||||
sequence:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.esp_loungesouthleftswitch_relay_2_outside_light_1
|
||||
default:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.esp_loungesouthleftswitch_relay_2_outside_light_1
|
||||
- id: "Two_Way_Lights_-_Garage_Corridor_-_2"
|
||||
alias: "Two Way Lights - Garage Corridor - 2"
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: switch.esp_loungesouthleftswitch_relay_2_outside_light_1
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: switch.esp_loungesouthleftswitch_relay_2_outside_light_1
|
||||
state: "on"
|
||||
sequence:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.garage_entry_switch_1
|
||||
default:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.garage_entry_switch_1
|
||||
|
||||
- id: "Two_Way_Lights_-_Garage_Main_-_1"
|
||||
alias: "Two Way Lights - Garage Main - 1"
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: switch.garage_entry_switch_3
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: switch.garage_entry_switch_3
|
||||
state: "on"
|
||||
sequence:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.esp_loungesouthleftswitch_relay_2_outside_light_1
|
||||
default:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.tasmo_sbas_0407_garagelight
|
||||
- id: "Two_Way_Lights_-_Garage_Main_-_2"
|
||||
alias: "Two Way Lights - Garage Main - 2"
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: switch.tasmo_sbas_0407_garagelight
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: switch.tasmo_sbas_0407_garagelight
|
||||
state: "on"
|
||||
sequence:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.garage_entry_switch_3
|
||||
default:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.garage_entry_switch_3
|
||||
Reference in New Issue
Block a user