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

61 lines
1.9 KiB
YAML
Raw Normal View History

2022-07-23 09:14:56 +00:00
title: "Köket"
path: "kitchen"
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: Köket
- type: horizontal-stack
cards:
- type: 'custom:button-card'
template: card_power_outlet
entity: switch.coffee_pot
variables:
ulm_card_power_outlet_icon: 'mdi:coffee-maker'
ulm_card_power_outlet_consumption_sensor: sensor.coffee_pot_power
ulm_card_power_outlet_name: Kaffekanna
- type: 'custom:button-card'
template: card_generic
entity: sensor.coffee_pot_timer
variables:
ulm_card_generic_name: "Timer kaffepanna"
ulm_card_generic_icon: "mdi:av-timer"
- type: horizontal-stack
cards:
- type: 'custom:button-card'
template: card_graph
entity: sensor.kitchen_temp
variables:
ulm_card_graph_color: "var(--google-green)"
ulm_card_graph_name: Temperatur
ulm_card_graph_entity: sensor.kitchen_temp
ulm_card_graph_type: fill
ulm_card_graph_hours: 24
- type: 'custom:button-card'
template: card_graph
entity: sensor.coffee_pot_power
variables:
ulm_card_graph_color: "var(--google-red)"
ulm_card_graph_name: Kaffepanna - Watt
ulm_card_graph_entity: sensor.coffee_pot_power
ulm_card_graph_type: fill
ulm_card_graph_hours: 24
- type: "custom:button-card"
template: card_media_player
entity: media_player.kok
name: Sonos
variables:
ulm_card_media_player_icon: "mdi:speaker"
ulm_card_media_player_name: Sonos
ulm_card_media_player_enable_art: true
ulm_card_media_player_enable_controls: true
ulm_card_media_player_enable_volume_slider: true