mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Fix entity name
This commit is contained in:
parent
e90e25261e
commit
7b0efed036
@ -18,7 +18,7 @@ automation:
|
|||||||
- alias: Check sensor value and show notification
|
- alias: Check sensor value and show notification
|
||||||
trigger:
|
trigger:
|
||||||
platform: numeric_state
|
platform: numeric_state
|
||||||
entity_id: sensor.random
|
entity_id: sensor.random_sensor
|
||||||
above: 10
|
above: 10
|
||||||
action:
|
action:
|
||||||
service: persistent_notification.create
|
service: persistent_notification.create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user