diff --git a/configuration.yaml b/configuration.yaml index 51b189c..c0485cf 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -93,6 +93,21 @@ climate: - platform: touchline host: !secret touchlineIP +################################################## +# gardin-gruppe +################################################## + + +cover: + - platform: group + name: Alle gardiner + entities: + - cover.hojre + - cover.midt + - cover.syd + - cover.venstre + - cover.terrasse_dor + ################################################## # Modular Includes ################################################## @@ -117,5 +132,18 @@ browser_mod: lovelace: - mode: yaml - + resource_mode: yaml + resources: + - url: /hacsfiles/lovelace-xiaomi-vacuum-map-card/xiaomi-vacuum-map-card.js + type: module + - url: /hacsfiles/button-card/button-card.js + type: module + - url: /hacsfiles/custom-gauge-card/custom-gauge-card.js + type: module + dashboards: + lovelace: + mode: yaml + filename: ui-lovelace.yaml + title: Home + icon: mdi:home-assistant + show_in_sidebar: true