From a2f82e380faae4c7b4be79d036f3af778c27877d Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 16 May 2021 19:13:48 +0200 Subject: [PATCH] Added central heating badge into main page (lovelace) --- .storage/lovelace | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.storage/lovelace b/.storage/lovelace index 8c00a058..d805d02d 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -37,6 +37,9 @@ { "entity": "binary_sensor.alarms" }, + { + "entity": "binary_sensor.central_heating" + }, { "entity": "sensor.potenza_istantanea" }, -- 2.47.3