From 0e53dfd311abd245cac28f6d4bbf38ee8fce1d5f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 18 Apr 2020 21:18:00 +0200 Subject: [PATCH] Reduced history in maps, configured weather forecast daily instad hourly (due to a visualization bug), minor fix in ui --- components/weather.yaml | 4 ++-- configuration.yaml | 3 +++ lovelace.yaml | 6 ++---- ui-lovelace.yaml | 8 ++++---- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/components/weather.yaml b/components/weather.yaml index ef575707..a41321b7 100644 --- a/components/weather.yaml +++ b/components/weather.yaml @@ -7,11 +7,11 @@ api_key: !secret darksky_key latitude: !secret home_latitude longitude: !secret home_longitude - mode: hourly + mode: daily - platform: darksky name: Meteo Morgex api_key: !secret darksky_key latitude: !secret morgex_latitude longitude: !secret morgex_longitude - mode: hourly + mode: daily diff --git a/configuration.yaml b/configuration.yaml index 5e2addf2..90334a9f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -121,6 +121,9 @@ device_tracker: !include_dir_merge_list device_tracker/ # Proximity sensor: #proximity: !include_dir_merge_list proximity/ +# Person: +# person: !include_dir_merge_list person/ + # Notification notify: !include_dir_merge_list notify/ diff --git a/lovelace.yaml b/lovelace.yaml index 5a7a99bc..940eb2f7 100644 --- a/lovelace.yaml +++ b/lovelace.yaml @@ -14,8 +14,6 @@ resources: - url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js type: module -#background: var(--background-image) - dashboards: lovelace-multimedia: mode: yaml @@ -23,11 +21,11 @@ dashboards: title: Multimedia icon: mdi:television show_in_sidebar: true - require_admin: true + require_admin: false lovelace-settings: mode: yaml filename: "ui-settings.yaml" title: Sistema icon: mdi:settings show_in_sidebar: true - require_admin: false \ No newline at end of file + require_admin: true diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index bdff87c0..2eef28c9 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -350,28 +350,28 @@ views: default_zoom: 15 entities: - device_tracker.google_maps_115265981849847357125 - hours_to_show: 48 + hours_to_show: 24 - type: map #title: Laura aspect_ratio: 16:9 default_zoom: 15 entities: - device_tracker.google_maps_103158638433668748797 - hours_to_show: 48 + hours_to_show: 24 - type: map #title: Anna aspect_ratio: 16:9 default_zoom: 15 entities: - device_tracker.google_maps_113099283296073047871 - hours_to_show: 48 + hours_to_show: 24 - type: map #title: Assunta aspect_ratio: 16:9 default_zoom: 15 entities: - device_tracker.google_maps_108517379615429477419 - hours_to_show: 48 + hours_to_show: 24 ###################################################################### # Car -- 2.47.3