Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mark1foley authored May 7, 2022
1 parent a4b7619 commit 9196160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The state of the sensor will be set to 'off' unless the 'Due In' attribute is le
## Alert
A home assistant alert that uses notifications can be setup to monitor the state of the sensor. Here is an example.
```yaml
take_the_bin_out:
name: Take the bin out
Expand All @@ -73,7 +75,6 @@ The state of the sensor will be set to 'off' unless the 'Due In' attribute is le
skip_first: false
message: "Take the bin out (+ {{ state_attr('sensor.brisbane_bin_day', 'Extra Bin') }})!!!"
notifiers:
- mobile_app_mafone
- persistent_notification
```
Expand Down

0 comments on commit 9196160

Please sign in to comment.