From: Giorgio Ravera Date: Wed, 1 Jan 2020 19:45:30 +0000 (+0100) Subject: Minor changes X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=864d55833f2c24d86f2ad24496125b39ec69d6ad;p=homeassistant.git Minor changes --- diff --git a/automation/day.yaml b/automation/day.yaml index af86e95c..35e77a28 100644 --- a/automation/day.yaml +++ b/automation/day.yaml @@ -4,7 +4,7 @@ ###################################################################### - alias: "Risveglio Giorgio" - initial_state: 'on' + #initial_state: 'on' trigger: - platform: time diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 76b649d0..0bbfdda1 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -114,7 +114,7 @@ views: entity: sensor.potenza_istantanea name: Consumo Energetico graph: line - unit: Watts + unit: W detail: 2 - type: entities @@ -1277,7 +1277,7 @@ views: entity: sensor.potenza_istantanea name: Consumo Energetico graph: line - unit: Watts + unit: W detail: 2 # - type: sensor # entity: sensor.potenza_reattiva @@ -1304,9 +1304,12 @@ views: - title: Dispositivi di Rete id: network icon: mdi:lan + panel: true cards: + - type: horizontal-stack + cards: - type: glance - name: External IP + title: External IP entities: - sensor.ip_1 - sensor.ip_2 @@ -1377,58 +1380,41 @@ views: - binary_sensor.guard_mode - binary_sensor.speech_notifications - binary_sensor.text_notifications + panel: true cards: - - type: entities - title: Automazioni - show_header_toggle: false - entities: - - group.all_automations - - type: entities - title: Configurazione Notifiche - show_header_toggle: false - entities: - - input_boolean.speech_notifications - - input_boolean.text_notifications - + - type: horizontal-stack + cards: - type: vertical-stack cards: - - type: horizontal-stack - cards: - - type: entities - title: Controlli - show_header_toggle: false - entities: - - script.homeassistant_restart - - script.homeassistant_clearlog - - script.homeassistant_upgrade - - script.homeassistant_google_home_sync -# - type: entity-button -# entity: script.homeassistant_restart -# tap_action: -# action: call-service -# service: script.turn_on -# service_data: -# entity_id: script.homeassistant_restart -# - type: entity-button -# entity: script.homeassistant_clearlog -# tap_action: -# action: call-service -# service: script.turn_on -# service_data: -# entity_id: script.homeassistant_clearlog -# - type: entity-button -# entity: script.homeassistant_upgrade -# tap_action: -# action: call-service -# service: script.turn_on -# service_data: -# entity_id: script.homeassistant_upgrade + - type: entities + title: Automazioni + show_header_toggle: false + entities: + - group.all_automations + #- automation.modalita_notte + - automation.risveglio_giorgio + #- automation.saluto_di_benvenuto + #- automation.saluto_orario + - type: entities + title: Configurazione Notifiche + show_header_toggle: false + entities: + - input_boolean.speech_notifications + - input_boolean.text_notifications - - type: horizontal-stack - cards: - - type: entities - title: Operazione sui Dispositivi - show_header_toggle: false - entities: - - script.shelly_upgrade - - script.shelly_reboot + - type: vertical-stack + cards: + - type: entities + title: Controlli + show_header_toggle: false + entities: + - script.homeassistant_restart + - script.homeassistant_clearlog + - script.homeassistant_upgrade + - script.homeassistant_google_home_sync + - type: entities + title: Operazione sui Dispositivi + show_header_toggle: false + entities: + - script.shelly_upgrade + - script.shelly_reboot