diff --git a/config/advanced-lovelace.yaml b/config/advanced-lovelace.yaml index fb88a29..49d4f64 100644 --- a/config/advanced-lovelace.yaml +++ b/config/advanced-lovelace.yaml @@ -4,7 +4,6 @@ button_card_templates: !include_dir_merge_named lovelace/button_card_templates title: Sarah views: - !include lovelace/advanced_dashboard/00_home.yaml - - !include lovelace/advanced_dashboard/01_new.yaml - !include lovelace/advanced_dashboard/02_lights.yaml - !include lovelace/advanced_dashboard/03_climate.yaml - !include lovelace/advanced_dashboard/04_sensors.yaml diff --git a/config/lovelace/advanced_dashboard/01_new.yaml b/config/lovelace/advanced_dashboard/01_new.yaml deleted file mode 100644 index 7a2f20a..0000000 --- a/config/lovelace/advanced_dashboard/01_new.yaml +++ /dev/null @@ -1,131 +0,0 @@ -title: Home -path: new -icon: "mdi:new-box" -cards: - - type: vertical-stack - cards: - - type: "custom:mini-graph-card" - entities: - - sensor.air_visual_aqi - - sensor.waqi_mladost_sofia - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: "custom:mini-graph-card" - entities: - - sensor.trisensor_temperature - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: "custom:mini-graph-card" - entities: - - sensor.trisensor_luminance - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: vertical-stack - cards: - - type: "custom:mini-graph-card" - entities: - - sensor.multisensor_6_temperature - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: "custom:mini-graph-card" - entities: - - sensor.multisensor_6_luminance - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: "custom:mini-graph-card" - entities: - - sensor.multisensor_6_relative_humidity - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: "custom:mini-graph-card" - entities: - - sensor.multisensor_6_ultraviolet - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - - type: vertical-stack - cards: - - type: "custom:mini-graph-card" - entities: - - sensor.living_room_radiator_temperature - - sensor.multisensor_6_temperature - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - type: "custom:mini-graph-card" - entities: - - sensor.bedroom_radiator_temperature - - sensor.bedroom_weather_temperature - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true - - type: "custom:mini-graph-card" - entities: - - sensor.kitchen_radiator_temperature - - sensor.kitchen_weather_temperature - cache: false - group_by: hour - hours_to_show: 72 - line_width: 2 - show: - average: true - extrema: true - fill: true