Update shower motion sensor entity_id
This commit is contained in:
parent
b08820b6c5
commit
58dd8e1278
@ -201,7 +201,7 @@
|
||||
# entity_id: binary_sensor.bedroom_motion_occupancy
|
||||
# to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
to: 'on'
|
||||
# Use open/close sensors
|
||||
# - platform: state
|
||||
|
@ -21,7 +21,7 @@
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
for: '0:02:00'
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
@ -31,7 +31,7 @@
|
||||
for: '0:05:00'
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
for: '0:02:00'
|
||||
state: 'off'
|
||||
action:
|
||||
|
@ -3,7 +3,7 @@
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
action:
|
||||
@ -29,7 +29,7 @@
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
for: '0:02:00'
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
@ -40,7 +40,7 @@
|
||||
to: 'off'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
for: '0:02:00'
|
||||
state: 'off'
|
||||
action:
|
||||
|
@ -175,7 +175,7 @@
|
||||
entity_id: sensor.rack_smoke_sensor_battery
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.shower_motion_battery
|
||||
entity_id: sensor.bathroom_shower_sensor_battery
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.siren_alarm_battery_level
|
||||
|
@ -32,7 +32,7 @@ bathroom_music_on:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
state: 'on'
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
@ -42,7 +42,7 @@ bathroom_music_on:
|
||||
entity_id: media_player.bathroom
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.shower_motion
|
||||
entity_id: binary_sensor.bathroom_shower_sensor_motion
|
||||
state: 'off'
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
|
Loading…
Reference in New Issue
Block a user