Added shopping list

This commit is contained in:
Jonas Forsberg 2022-07-24 10:37:08 +02:00
parent 40fff95ac8
commit fb1ad1eca7
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
4 changed files with 18 additions and 3 deletions

View File

@ -5,3 +5,4 @@
- mqtt - mqtt
- OpenWeatherMap - OpenWeatherMap
- UI Lovelace Minimalist - UI Lovelace Minimalist
- Shopping List

View File

@ -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

View File

@ -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"

View 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