mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix automation example to conform to status message change in NUT (#38959)
This commit is contained in:
parent
75f6fd2dbf
commit
306174321f
@ -337,7 +337,7 @@ automation:
|
|||||||
- trigger: state
|
- trigger: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- sensor.ups_status
|
- sensor.ups_status
|
||||||
to: "On Battery Battery Discharging"
|
to: "On Battery, Battery Discharging"
|
||||||
actions:
|
actions:
|
||||||
- action: notify.notify
|
- action: notify.notify
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user