fix: Update HACS version and add country list in hacs.json

This commit is contained in:
Julian Pawlowski 2025-11-07 14:34:14 +00:00
parent 40852b7d84
commit 080060c609

View file

@ -1,6 +1,11 @@
{
"name": "Tibber Price Information & Ratings",
"homeassistant": "2025.10.0",
"hacs": "2.0.1",
"render_readme": true
"hacs": "2.0.5",
"country": [
"DE",
"NL",
"NO",
"SE"
]
}