From c351858643179d4cd81b1a3f9b4831088026db01 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 1 Aug 2020 10:32:11 +0200 Subject: [PATCH] Replace mdi settings and voice with new one --- .storage/lovelace.lovelace_settings | 2 +- .storage/lovelace_dashboards | 2 +- customizations/audio.yaml | 2 +- customizations/speech_engine.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.storage/lovelace.lovelace_settings b/.storage/lovelace.lovelace_settings index 8aa6df4a..8c6f77f8 100644 --- a/.storage/lovelace.lovelace_settings +++ b/.storage/lovelace.lovelace_settings @@ -98,7 +98,7 @@ "type": "vertical-stack" } ], - "icon": "mdi:settings", + "icon": "mdi:cog", "title": "Configurazione" }, { diff --git a/.storage/lovelace_dashboards b/.storage/lovelace_dashboards index 07c4edf0..80794737 100644 --- a/.storage/lovelace_dashboards +++ b/.storage/lovelace_dashboards @@ -11,7 +11,7 @@ "url_path": "lovelace-media" }, { - "icon": "mdi:settings", + "icon": "mdi:cog", "id": "lovelace_settings", "mode": "storage", "require_admin": true, diff --git a/customizations/audio.yaml b/customizations/audio.yaml index b5474378..195026e0 100644 --- a/customizations/audio.yaml +++ b/customizations/audio.yaml @@ -3,4 +3,4 @@ ###################################################################### script.laura_voice: - icon: mdi:voice + icon: mdi:account-voice diff --git a/customizations/speech_engine.yaml b/customizations/speech_engine.yaml index 48ffdf2e..47f79b37 100644 --- a/customizations/speech_engine.yaml +++ b/customizations/speech_engine.yaml @@ -6,7 +6,7 @@ script.speech_engine: icon: mdi:text-to-speech script.speech_status: - icon: mdi:voice + icon: mdi:account-voice script.speech_consumption: icon: mdi:power-plug -- 2.47.3