generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa96a03
commit 17aedde
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# Community Contributions | ||
|
||
These are a few contributions by the community. | ||
## Automation Tips | ||
|
||
## Coming soon | ||
To call the battery replaced service from an entity trigger you will need the device_id, here's an easy way to get this | ||
|
||
``` | ||
action: | ||
- service: battery_notes.set_battery_replaced | ||
data: | ||
device_id: "{{ device_id(trigger.entity_id) }}" | ||
``` | ||
|
||
## 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. |