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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,16 @@ Installation via HACS is recommended, but a manual setup is supported.
44
44
45
45
## Tips
46
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.
47
+
Use the example below to create a notification automation listing the entities using the state_attr, replace the binary sensor with your own.
48
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.
49
49
50
50
```
51
51
alias: Critical Sensors Unavailable
52
-
description: ""
52
+
description: "Create a notification if any sensors labelled as critical becomes unavailable for at least 5 minutes"
0 commit comments