From 080060c609951115f9ce5496d72d91e2d239b23f Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Fri, 7 Nov 2025 14:34:14 +0000 Subject: [PATCH] fix: Update HACS version and add country list in hacs.json --- hacs.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index b1a9711..e2cce70 100644 --- a/hacs.json +++ b/hacs.json @@ -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" + ] }