From 05a487674b5cb00f7dffd9e6d03ced3798950158 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 31 Aug 2024 11:40:15 +0200 Subject: [PATCH] Swapped 7530ax with 7590 --- .storage/lovelace.lovelace_devices | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.storage/lovelace.lovelace_devices b/.storage/lovelace.lovelace_devices index 618f5283..445d9800 100644 --- a/.storage/lovelace.lovelace_devices +++ b/.storage/lovelace.lovelace_devices @@ -359,7 +359,7 @@ "entities": [ { "type": "section", - "label": "FRITZ!Box 7590" + "label": "FRITZ!Box 7530 AX" }, { "type": "custom:hui-element", @@ -371,7 +371,7 @@ { "type": "picture", "style": "ha-card { \n --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n --ha-card-background: \"rgba(0, 0, 0, 0)\";\n --ha-card-box-shadow: 'none';\n}\n", - "image": "/local/images/devices/fritzbox_7590.png", + "image": "/local/images/devices/fritzbox_7530_ax.png", "tap_action": { "action": "url", "url_path": "https://fritz.giorgioravera.it" @@ -587,7 +587,7 @@ "entities": [ { "type": "section", - "label": "FRITZ!Box 7530 AX" + "label": "FRITZ!Box 7590" }, { "type": "custom:hui-element", @@ -599,7 +599,7 @@ { "type": "picture", "style": "ha-card { \n --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n --ha-card-background: \"rgba(0, 0, 0, 0)\";\n --ha-card-box-shadow: 'none';\n}\n", - "image": "/local/images/devices/fritzbox_7530_ax.png", + "image": "/local/images/devices/fritzbox_7590.png", "tap_action": { "action": "url", "url_path": "https://ap1.giorgioravera.it" @@ -660,6 +660,9 @@ { "font-size": "15px" }, + { + "color": "var(--primary-text-color)" + }, { "color": "var(--primary-text-color)" } -- 2.47.3