Skip to content

Commit 1cd4641

Browse files
Add library usage details
1 parent 1b674e0 commit 1cd4641

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ __pycache__
66
*/dist/*
77
.venv
88
.ruff_cache
9+
node_modules/
910

1011
# misc
1112
.coverage

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ To get full use of the integration, read the documentation. It contains communit
6969

7070
To add a device definition to the battery library so that it will be automatically configured fill out the above form or see the [docs](https://andrew-codechimp.github.io/HA-Battery-Notes/library) for adding via pull request.
7171

72+
<details>
73+
<summary>Third Party Library Usage</summary>
74+
75+
- The library relies on community contributions, it is open source under the MIT license and available for anyone to use in their project.
76+
- Do not have your client accesss/download the library directly from this repository, please take a copy and distribute that by your own means.
77+
- Please credit the use of this library, it takes a lot of effort to maintain this.
78+
</details>
79+
7280
## Translations
7381

7482
To add a new language translation to Battery Notes see [here](https://andrew-codechimp.github.io/HA-Battery-Notes/translations)

0 commit comments

Comments
 (0)