This commit is contained in:
2021-10-10 19:02:34 +03:00
parent 4245f8d2d9
commit 67a1fd9853
87 changed files with 1995 additions and 1226 deletions
+17 -2
View File
@@ -3,7 +3,8 @@ button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode:
kiosk: true
kiosk: false
hide_overflow: true
title: Sarah
views:
@@ -11,4 +12,18 @@ views:
path: kitchen
icon: "mdi:chef-hat"
panel: true
cards: !include lovelace/home_dashboard/kitchen_dashboard.yaml
background: "#333"
cards:
- type: custom:mod-card
style:
layout-card:
$:
horizontal-layout:
$:
.: |
#columns {
padding: 0 10px;
margin: 0 20px;
grid-gap: 20px;
}
card: !include lovelace/home_dashboard/kitchen_dashboard_card.yaml