From 285258c3251d818309b3472b19461a40462c127c Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:30:02 +0000 Subject: [PATCH] chore: remove country list from hacs.json --- hacs.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hacs.json b/hacs.json index e2cce70..e6856df 100644 --- a/hacs.json +++ b/hacs.json @@ -1,11 +1,5 @@ { "name": "Tibber Price Information & Ratings", "homeassistant": "2025.10.0", - "hacs": "2.0.5", - "country": [ - "DE", - "NL", - "NO", - "SE" - ] + "hacs": "2.0.5" }