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
description: User actions to run on battery replacement, the battery is marked as replaced automatically. Use any event data via trigger.event.data.xxx
Copy file name to clipboardExpand all lines: docs/community.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,24 @@ action:
103
103
device_id: "{{ device_id(trigger.entity_id) }}"
104
104
```
105
105
106
-
## Contributing
106
+
## Blueprints
107
107
108
+
[Blueprints](https://www.home-assistant.io/docs/automation/using_blueprints/) are an excellent way to get you up and running with the integration quickly. They can also be used as a guide for setting up new automations which you can tailor to your needs.
This blueprint will automatically update the battery replaced sensor and custom actions to be performed when the battery increases.
123
+
It is extended from the example Battery Replaced automation yaml above for those who'd prefer an easy way to get started.
124
+
125
+
## Contributing
108
126
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.
0 commit comments