1
0

Update shower motion sensor entity_id

This commit is contained in:
Przemek Grondek 2023-06-07 18:17:45 +02:00
parent b08820b6c5
commit 58dd8e1278
5 changed files with 9 additions and 9 deletions

View File

@ -201,7 +201,7 @@
# entity_id: binary_sensor.bedroom_motion_occupancy # entity_id: binary_sensor.bedroom_motion_occupancy
# to: 'on' # to: 'on'
- platform: state - platform: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
to: 'on' to: 'on'
# Use open/close sensors # Use open/close sensors
# - platform: state # - platform: state

View File

@ -21,7 +21,7 @@
from: 'on' from: 'on'
to: 'off' to: 'off'
- platform: state - platform: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
for: '0:02:00' for: '0:02:00'
from: 'on' from: 'on'
to: 'off' to: 'off'
@ -31,7 +31,7 @@
for: '0:05:00' for: '0:05:00'
state: 'off' state: 'off'
- condition: state - condition: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
for: '0:02:00' for: '0:02:00'
state: 'off' state: 'off'
action: action:

View File

@ -3,7 +3,7 @@
mode: restart mode: restart
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
from: 'off' from: 'off'
to: 'on' to: 'on'
action: action:
@ -29,7 +29,7 @@
mode: restart mode: restart
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
for: '0:02:00' for: '0:02:00'
from: 'on' from: 'on'
to: 'off' to: 'off'
@ -40,7 +40,7 @@
to: 'off' to: 'off'
condition: condition:
- condition: state - condition: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
for: '0:02:00' for: '0:02:00'
state: 'off' state: 'off'
action: action:

View File

@ -175,7 +175,7 @@
entity_id: sensor.rack_smoke_sensor_battery entity_id: sensor.rack_smoke_sensor_battery
- platform: numeric_state - platform: numeric_state
below: '10' below: '10'
entity_id: sensor.shower_motion_battery entity_id: sensor.bathroom_shower_sensor_battery
- platform: numeric_state - platform: numeric_state
below: '10' below: '10'
entity_id: sensor.siren_alarm_battery_level entity_id: sensor.siren_alarm_battery_level

View File

@ -32,7 +32,7 @@ bathroom_music_on:
- choose: - choose:
- conditions: - conditions:
- condition: state - condition: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
state: 'on' state: 'on'
sequence: sequence:
- service: media_player.volume_set - service: media_player.volume_set
@ -42,7 +42,7 @@ bathroom_music_on:
entity_id: media_player.bathroom entity_id: media_player.bathroom
- conditions: - conditions:
- condition: state - condition: state
entity_id: binary_sensor.shower_motion entity_id: binary_sensor.bathroom_shower_sensor_motion
state: 'off' state: 'off'
sequence: sequence:
- service: media_player.volume_set - service: media_player.volume_set