Added shopping list
This commit is contained in:
parent
40fff95ac8
commit
fb1ad1eca7
@ -5,3 +5,4 @@
|
|||||||
- mqtt
|
- mqtt
|
||||||
- OpenWeatherMap
|
- OpenWeatherMap
|
||||||
- UI Lovelace Minimalist
|
- UI Lovelace Minimalist
|
||||||
|
- Shopping List
|
||||||
|
@ -8,3 +8,4 @@ views:
|
|||||||
- !include views/livingroom.yaml
|
- !include views/livingroom.yaml
|
||||||
- !include views/laundry.yaml
|
- !include views/laundry.yaml
|
||||||
- !include views/kitchen.yaml
|
- !include views/kitchen.yaml
|
||||||
|
- !include views/shoppinglist.yaml
|
||||||
|
@ -8,9 +8,9 @@ cards:
|
|||||||
ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
|
ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
|
||||||
ulm_weather: "weather.openweathermap"
|
ulm_weather: "weather.openweathermap"
|
||||||
entity_1:
|
entity_1:
|
||||||
nav: "house"
|
nav: "shoppinglist"
|
||||||
icon: "mdi:home"
|
icon: "mdi:cart-outline"
|
||||||
name: "House"
|
name: "Handla"
|
||||||
color: "blue"
|
color: "blue"
|
||||||
entity_2:
|
entity_2:
|
||||||
nav: "lights"
|
nav: "lights"
|
||||||
|
13
ui_lovelace_minimalist/dashboard/views/shoppinglist.yaml
Normal file
13
ui_lovelace_minimalist/dashboard/views/shoppinglist.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
title: "Inköpslista"
|
||||||
|
path: "shoppinglist"
|
||||||
|
cards:
|
||||||
|
- type: horizontal-stack
|
||||||
|
cards:
|
||||||
|
- type: "custom:button-card"
|
||||||
|
template: chip_back
|
||||||
|
variables:
|
||||||
|
ulm_chip_back_path: home
|
||||||
|
- type: "custom:button-card"
|
||||||
|
template: card_title
|
||||||
|
name: Inköpslista
|
||||||
|
- type: shopping-list
|
Loading…
Reference in New Issue
Block a user