Skip to content

Commit 4c80bf5

Browse files
Update README.md
1 parent 690bfb9 commit 4c80bf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ You can create state, not state and numeric state helpers which provide a binary
1212

1313
An `entities` attribute is available which lists all entities that match the criteria.
1414

15-
_Please :star: this repo if you find it useful_
16-
_If you want to show your support please_
17-
18-
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/codechimp)
19-
2015
## Example use cases
2116

2217
- Create a `critical sensors` label and create a State type Label State helper which turns on when any of those entities goes unavailable so you can get a notification.
2318
- Create a `must be on` label and create a Not State type Label State helper which turns on when any of those entities goes to any state but on so you can get a notification.
2419
- If you have appliances which should always draw a certain wattage create a Numeric State type Label State helper to turn on when any of those devices starts drawing 0 watts, triggering a notification.
2520

21+
_Please :star: this repo if you find it useful_
22+
_If you want to show your support please_
23+
24+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/codechimp)
25+
2626
![Helper State](https://raw.githubusercontent.com/andrew-codechimp/ha-label-state/main/images/label_state.png "Helper Label State")
2727

2828
![Helper Numeric](https://raw.githubusercontent.com/andrew-codechimp/ha-label-state/main/images/label_state_numeric.png "Helper Label Numeric State")

0 commit comments

Comments
 (0)