Fix entity name
This commit is contained in:
parent
e90e25261e
commit
7b0efed036
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue