Update office sensor entity id
This commit is contained in:
parent
58d7ac9050
commit
13d7e47526
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_temperature_computer_cave_sensor
|
entity_id: sensor.sensor.office_sensor_temperature
|
||||||
above: '26'
|
above: '26'
|
||||||
for:
|
for:
|
||||||
minutes: 1
|
minutes: 1
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
- condition: or
|
- condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.ble_temperature_computer_cave_sensor
|
entity_id: sensor.sensor.office_sensor_temperature
|
||||||
above: "23"
|
above: "23"
|
||||||
action:
|
action:
|
||||||
- service: script.ac_on
|
- service: script.ac_on
|
||||||
|
|
Loading…
Reference in a new issue