Adding dingin room
This commit is contained in:
44
ui_lovelace_minimalist/dashboard/views/diningroom.yaml
Normal file
44
ui_lovelace_minimalist/dashboard/views/diningroom.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
title: "matsal"
|
||||
path: "diningroom"
|
||||
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: Matsal
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.matsal
|
||||
variables:
|
||||
ulm_card_light_name: Matsal
|
||||
ulm_card_light_enable_collapse: true
|
||||
ulm_card_light_enable_slider: false
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: false
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.light_dinner_table_1
|
||||
variables:
|
||||
ulm_card_light_name: Lampa-1
|
||||
ulm_card_light_enable_collapse: true
|
||||
ulm_card_light_enable_slider: false
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: false
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.light_dinner_table_2
|
||||
variables:
|
||||
ulm_card_light_name: Lampa-2
|
||||
ulm_card_light_enable_collapse: true
|
||||
ulm_card_light_enable_slider: false
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: false
|
@@ -103,9 +103,20 @@ cards:
|
||||
variables:
|
||||
ulm_custom_card_esh_room_light_entity: light.light_livinroom_1
|
||||
ulm_custom_card_esh_room_climate_entity:
|
||||
- type: grid
|
||||
columns: 2
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template:
|
||||
- card_esh_room
|
||||
- yellow_on
|
||||
name: Matsal
|
||||
icon: mdi:pasta
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: "diningroom"
|
||||
variables:
|
||||
ulm_custom_card_esh_room_light_entity: light.matsal
|
||||
ulm_custom_card_esh_room_climate_entity:
|
||||
- type: "custom:button-card"
|
||||
template:
|
||||
- card_esh_room
|
||||
|
Reference in New Issue
Block a user