Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Mar 3, 2024
1 parent faef792 commit ccd1a1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/blueprints/battery_notes_battery_not_reported.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blueprint:
name: Battery Notes - Battery Not Reported
description: Actions to perform when the battery not reported event is fired
description: Actions to perform when the battery not reported event is fired, note this cannot be run manually as it examines event triggers.
author: andrew-codechimp
source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_not_reported.yaml
domain: automation
Expand Down
4 changes: 3 additions & 1 deletion docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ mode: single
### Battery Not Reported
Respond to events raised by the check_battery_last_reported service and create notifications.
Note this cannot be run manually as it examines event triggers, use it with the above Check Battery Last Reported Daily or similar.
```yaml
alias: Battery Not Reported
description: Battery not reported
Expand Down Expand Up @@ -166,7 +168,7 @@ It is extended from the example Battery Replaced automation yaml above for those
This blueprint will allow notifications to be raised and/or custom actions to be performed when the battery not reported event is fired.
It is extended from the example Battery Not Reported automation yaml above for those who'd prefer an easy way to get started.
You will want to trigger the check_battery_not_reported service via an automation to raise events, see [Check Battery Last Reported Daily](community.md/#check-battery-last-reported-daily) above.
You must trigger the check_battery_not_reported service via an automation to raise events, see [Check Battery Last Reported Daily](community.md/#check-battery-last-reported-daily) above.
## Contributing
If you want to contribute then [fork the repository](https://github.com/andrew-codechimp/HA-Battery-Notes), edit this page which is in the docs folder and submit a pull request.
2 changes: 2 additions & 0 deletions docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ The service can raise multiple events quickly so when using with an automation i

See others in the [community contributions](./community.md)

Note this cannot be run manually as it examines event triggers.

```yaml
alias: Battery Not Reported
description: Battery not reported
Expand Down

0 comments on commit ccd1a1d

Please sign in to comment.