mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +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
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.random
|
||||
entity_id: sensor.random_sensor
|
||||
above: 10
|
||||
action:
|
||||
service: persistent_notification.create
|
||||
|
Loading…
x
Reference in New Issue
Block a user