You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,32 @@ Installation via HACS is recommended, but a manual setup is supported.
43
43
</details>
44
44
45
45
## Tips
46
-
To create a notification message listing the entities use the state_attr, replacing the binary sensor with your own.
46
+
47
+
Use the example below to create a notification automation listing the entities use the state_attr, replace the binary sensor with your own.
48
+
I like to have the trigger only activate if a labelled sensor has been unavailable for 5 minutes to avoid any planned restarts falsely triggering the automation.
0 commit comments