home-assistant/ui_lovelace_minimalist/dashboard/views/home.yaml

107 lines
3.1 KiB
YAML
Raw Normal View History

2022-07-23 09:14:56 +00:00
title: "Home"
path: "home"
cards:
- type: "custom:button-card"
template: "card_esh_welcome"
triggers_update: "input_boolean.minimalist_dropdown"
variables:
ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
ulm_weather: "weather.openweathermap"
entity_1:
2022-07-24 08:37:08 +00:00
nav: "shoppinglist"
icon: "mdi:cart-outline"
name: "Handla"
2022-07-23 09:14:56 +00:00
color: "blue"
entity_2:
nav: "lights"
icon: "mdi:lightbulb"
name: "Lights"
color: "yellow"
entity_3:
nav: "security"
icon: "mdi:shield"
name: Secure
color: "green"
entity_4:
nav: "network"
icon: "mdi:nas"
name: Lab
color: "purple"
entity_5:
nav: "network"
icon: "mdi:flask"
name: Lab
color: "red"
- type: horizontal-stack
cards:
- type: 'custom:button-card'
template: card_person
variables:
ulm_card_person_entity: person.jonas
ulm_card_person_use_entity_picture: true
- type: 'custom:button-card'
template: card_person
variables:
ulm_card_person_entity: person.sara
ulm_card_person_use_entity_picture: true
- type: horizontal-stack
cards:
- type: 'custom:button-card'
template: card_person
variables:
ulm_card_person_entity: person.tyra
ulm_card_person_use_entity_picture: true
- type: 'custom:button-card'
template: card_person
variables:
ulm_card_person_entity: person.iris
ulm_card_person_use_entity_picture: true
- type: 'custom:button-card'
template: card_title
name: Rooms
- type: horizontal-stack
cards:
- type: "custom:button-card"
template:
- card_esh_room
- green_on
name: "Köket"
icon: mdi:countertop-outline
entity: switch.coffee_pot
variables:
ulm_custom_card_esh_room_light_entity:
ulm_custom_card_esh_room_climate_entity:
tap_action:
action: navigate
navigation_path: "kitchen"
label: '[[[ return states["sensor.kitchen_temp"].state + "°C" ]]]'
- type: "custom:button-card"
template:
- card_esh_room
- green_on
name: Vardagsrum
icon: mdi:television
entity: media_player.vardagsrum
tap_action:
action: navigate
navigation_path: "livingroom"
variables:
ulm_custom_card_esh_room_light_entity: light.light_livinroom_1
ulm_custom_card_esh_room_climate_entity:
- type: horizontal-stack
cards:
- type: "custom:button-card"
template:
- card_esh_room
- blue_on
name: Tvättstuga
entity: switch.dehumidifier
icon: mdi:washing-machine
tap_action:
action: navigate
navigation_path: "laundry"
variables:
ulm_custom_card_esh_room_light_entity:
ulm_custom_card_esh_room_climate_entity:
label: '[[[ return states["sensor.laundry_temperature"].state + "°C" ]]]'