From a748492398ad4b444703c90d683ca8d9433b5186 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 12 Mar 2025 08:54:18 +0100 Subject: [PATCH] Fixed missing lovelace devices in home --- .storage/lovelace | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.storage/lovelace b/.storage/lovelace index 45f2181b..2dbfb3d5 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -29,6 +29,12 @@ }, { "entity": "light.luce_armadio" + }, + { + "entity": "climate.zona_giorno" + }, + { + "entity": "climate.climatizzatore_zona_giorno" } ], "entity": "group.lights_day_side", -- 2.47.3