Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Dec 17, 2023
2 parents a33a7c4 + 7b0ef66 commit 24a435b
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 488 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Validate JSON
uses: ScratchAddons/validate-json-action@master
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./schema.json
INPUT_JSONS: custom_components/battery_notes/data/library.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you want to contribute to this please read the [Contribution guidelines](CONT

A lot of the inspiration for this integration came from the excellent [PowerCalc by bramstroker](https://github.com/bramstroker/homeassistant-powercalc), without adapting code from PowerCalc I'd never have worked out how to add additional sensors to a device.

Huge thanks to @bmos for creating the issue form & automations for adding new devices.
<!-- Huge thanks to @bmos for creating the issue form & automations for adding new devices. COMING SOON -->

Thanks to everyone who has submitted devices to the library.

Expand Down
Loading

0 comments on commit 24a435b

Please sign in to comment.