Skip to content

Commit

Permalink
Merge pull request #31 from mchwalisz/fix/hacs-action
Browse files Browse the repository at this point in the history
fix hacs manifest
  • Loading branch information
mchwalisz committed May 28, 2022
2 parents b250fb2 + 3a426ab commit b4fc98a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Hacs

[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://github.com/hacs/integration)

- Install [Home Assistant Community Store (HACS)](https://hacs.xyz/)
- Add custom repository https://github.com/mchwalisz/home-assistant-senec to HACS
- Add integration repository (search for "Senec" in "Explore & Download Repositories")
Expand Down
16 changes: 8 additions & 8 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Senec solar system sensor",
"country": ["DE"],
"domains": ["sensor"],
"homeassistant": "2021.12.8",
"hacs": "1.18.0",
"render_readme": true,
"iot_class": ["Assumed State", "Local Pull"]
}
"name": "Senec solar system sensor",
"country": [
"DE"
],
"homeassistant": "2021.12.8",
"hacs": "1.18.0",
"render_readme": true
}

0 comments on commit b4fc98a

Please sign in to comment.