From 2124da985637f51e0daafc2cea54d4b5b05d2b15 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 5 Mar 2020 22:48:09 +0200 Subject: [PATCH] Refactor ui-lovelace --- ui-lovelace.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index dbb54f9..8dc3b3f 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -1,3 +1,11 @@ +title: Sarah +views: + - !include lovelace/00_home.yaml + - !include lovelace/01_living_room.yaml + - !include lovelace/02_master_bedroom.yaml + - !include lovelace/03_system.yaml + - !include lovelace/04_covid_19.yaml + - !include lovelace/05_test.yaml custom_header: compact_mode: true editor_warnings: false @@ -26,11 +34,3 @@ resources: url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js - type: module url: /community_plugin/mini-media-player/mini-media-player-bundle.js -title: Sarah -views: - - !include lovelace/00_home.yaml - - !include lovelace/01_living_room.yaml - - !include lovelace/02_master_bedroom.yaml - - !include lovelace/03_system.yaml - - !include lovelace/04_covid_19.yaml - - !include lovelace/05_test.yaml