blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
+12 -12
View File
@@ -1,4 +1,4 @@
initial_state: 'on'
initial_state: "on"
id: automation_car_away
alias: Car Away
trigger:
@@ -6,24 +6,24 @@ trigger:
entity_id:
- binary_sensor.gray_suv_east_side
- binary_sensor.gray_suv_west_side
to: 'off'
for: '00:00:30'
to: "off"
for: "00:00:30"
- platform: homeassistant
event: start
condition:
- condition: state
entity_id: input_boolean.car_home
state: 'on'
state: "on"
- condition: and
conditions:
- condition: state
entity_id: binary_sensor.gray_suv_east_side
state: 'off'
- condition: state
entity_id: binary_sensor.gray_suv_west_side
state: 'off'
- condition: state
entity_id: binary_sensor.gray_suv_east_side
state: "off"
- condition: state
entity_id: binary_sensor.gray_suv_west_side
state: "off"
action:
- service: input_boolean.turn_off
entity_id: input_boolean.car_home
- action: input_boolean.turn_off
entity_id: input_boolean.car_home
+17 -17
View File
@@ -1,4 +1,4 @@
initial_state: 'on'
initial_state: "on"
id: automation_car_home
alias: Car Home
trigger:
@@ -6,29 +6,29 @@ trigger:
entity_id:
- binary_sensor.gray_suv_east_side
- binary_sensor.gray_suv_west_side
to: 'on'
to: "on"
- platform: homeassistant
event: start
condition:
- condition: state
entity_id: input_boolean.car_home
state: 'off'
state: "off"
- condition: or
conditions:
- condition: state
entity_id: binary_sensor.gray_suv_east_side
state: 'on'
- condition: state
entity_id: binary_sensor.gray_suv_west_side
state: 'on'
- condition: state
entity_id: binary_sensor.east_side_vehicle_occupancy
state: 'on'
- condition: state
entity_id: binary_sensor.west_side_vehicle_occupancy
state: 'on'
- condition: state
entity_id: binary_sensor.gray_suv_east_side
state: "on"
- condition: state
entity_id: binary_sensor.gray_suv_west_side
state: "on"
- condition: state
entity_id: binary_sensor.east_side_vehicle_occupancy
state: "on"
- condition: state
entity_id: binary_sensor.west_side_vehicle_occupancy
state: "on"
action:
- service: input_boolean.turn_on
entity_id: input_boolean.car_home
- action: input_boolean.turn_on
entity_id: input_boolean.car_home