Migrate Lovelace YAML dashboard config
This commit is contained in:
+29
-1
@@ -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
|
||||
##################################################
|
||||
@@ -116,6 +131,19 @@ switch: !include_dir_merge_list include/switches/
|
||||
browser_mod:
|
||||
|
||||
|
||||
lovelace:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user