From b539d0463c25f62012cd46b3a0d78d20dac1ef85 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 25 May 2020 21:56:04 +0200 Subject: [PATCH] splitted update sensors --- automations/update_notifications.yaml | 6 +++--- input_boolean/update.yaml | 24 +++++++++++++++++++++--- ui-lovelace.yaml | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/automations/update_notifications.yaml b/automations/update_notifications.yaml index 965642ee..2b5106b5 100644 --- a/automations/update_notifications.yaml +++ b/automations/update_notifications.yaml @@ -28,7 +28,7 @@ enable_persistent: 1 - service: input_boolean.turn_on - entity_id: input_boolean.update + entity_id: input_boolean.update_homeassistant ###################################################################### # Update Notification: Shelly @@ -60,7 +60,7 @@ enable_persistent: 1 - service: input_boolean.turn_on - entity_id: input_boolean.update + entity_id: input_boolean.update_shelly ###################################################################### # Update Notification: HACS @@ -84,7 +84,7 @@ enable_persistent: 1 - service: input_boolean.turn_on - entity_id: input_boolean.update + entity_id: input_boolean.update_hacs ###################################################################### # Update: Aknowledge update diff --git a/input_boolean/update.yaml b/input_boolean/update.yaml index 677ed367..369af54e 100644 --- a/input_boolean/update.yaml +++ b/input_boolean/update.yaml @@ -1,8 +1,26 @@ ###################################################################### -# Update: Generic +# Update: Home Assistant ###################################################################### -update: - name: Disponibilità Aggiornamenti +update_homeassistant: + name: Aggiornamento Home Assistant + initial: off + icon: mdi:cellphone-arrow-down + +###################################################################### +# Update: Shelly +###################################################################### + +update_shelly: + name: Aggiornamento Shelly + initial: off + icon: mdi:cellphone-arrow-down + +###################################################################### +# Update: HACS +###################################################################### + +update_hacs: + name: Aggiornamenti HACS initial: off icon: mdi:cellphone-arrow-down diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index b05ec0f6..35f5453c 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -143,7 +143,7 @@ views: title: Eventi da Segnalare entities: - group.alarms - - input_boolean.update + - group.update - binary_sensor.ff590mr_engine_light_warning - binary_sensor.ff590mr_warning_brakefluid - binary_sensor.ff590mr_warning_washwater -- 2.47.3