Skip to content

Commit

Permalink
Fix HACS validation errors by updating hacs.json and manifest.json
Browse files Browse the repository at this point in the history
- Removed invalid 'domains', 'country', and 'homeassistant' keys from hacs.json.
- Added 'content_in_root' and 'render_readme' keys to hacs.json.
- Added the required 'issue_tracker' key to manifest.json.
  • Loading branch information
040medien committed Oct 29, 2024
1 parent 7de5a2e commit 25a1ed2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 2 additions & 1 deletion custom_components/hass_stadtreinigung_hamburg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain": "stadtreinigung_hamburg",
"name": "Stadtreinigung Hamburg",
"documentation": "https://github.com/custom-components/sensor.stadtreinigung_hamburg",
"issue_tracker": "https://github.com/custom-components/sensor.stadtreinigung_hamburg/issues",
"dependencies": [],
"codeowners": [
"@vigonotion"
Expand All @@ -11,5 +12,5 @@
"lxml_html_clean"
],
"config_flow": true,
"version": "1.1.2"
"version": "1.1.5"
}
12 changes: 4 additions & 8 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "Stadtreinigung Hamburg",
"domains": [
"sensor"
],
"country": "DE",
"homeassistant": "0.109.0",
"zip_release": true,
"filename": "stadtreinigung_hamburg.zip"
}
"content_in_root": false,
"filename": "stadtreinigung_hamburg.zip",
"render_readme": true
}
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest-homeassistant-custom-component==0.3.0
pytest-homeassistant-custom-component==0.12.49

0 comments on commit 25a1ed2

Please sign in to comment.