Initialize docker stack repo
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
button_card_templates: !include_dir_merge_named "../../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"
|
||||
|
||||
title: "UI Lovelace Minimalist"
|
||||
theme: "minimalist-desktop"
|
||||
background: "var(--background-image)"
|
||||
views:
|
||||
- type: "custom:grid-layout"
|
||||
title: "home"
|
||||
icon: "mdi:home"
|
||||
path: "0"
|
||||
layout:
|
||||
grid-template-columns: "1fr 1fr"
|
||||
grid-template-rows: "min-content"
|
||||
grid-template-areas: |
|
||||
"main popup"
|
||||
mediaquery:
|
||||
"(max-width: 1100px), (orientation: portrait)":
|
||||
grid-template-columns: "100%"
|
||||
grid-template-areas: "main"
|
||||
cards:
|
||||
- !include "views/main.yaml"
|
||||
- !include "popup/popup.yaml"
|
||||
|
||||
- type: "custom:grid-layout"
|
||||
title: "Livingroom"
|
||||
icon: "mdi:sofa"
|
||||
path: "Livingroom"
|
||||
layout:
|
||||
grid-template-columns: "1fr 1fr"
|
||||
grid-template-rows: "min-content"
|
||||
grid-template-areas: |
|
||||
"livingroom popup"
|
||||
mediaquery:
|
||||
"(max-width: 1100px), (orientation: portrait)":
|
||||
grid-template-columns: "100%"
|
||||
grid-template-areas: "livingroom"
|
||||
cards:
|
||||
- !include "views/livingroom.yaml"
|
||||
- !include "popup/popup.yaml"
|
||||
@@ -0,0 +1,149 @@
|
||||
---
|
||||
type: "custom:state-switch"
|
||||
view_layout:
|
||||
grid-area: "popup"
|
||||
show:
|
||||
# only show when screen-width is larger than 1100px
|
||||
mediaquery: "(min-width: 1100px)"
|
||||
# add your input_select
|
||||
entity:
|
||||
default: "default"
|
||||
transition: "slide-down"
|
||||
transition_time: 500
|
||||
# options set in the input_select
|
||||
states:
|
||||
# Devices
|
||||
## Lights
|
||||
# light 1:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 2:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 3:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 4:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 5:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 6:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 7:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 8:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 9:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
# light 10:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_light_brightness"
|
||||
# entity: <your_entity>
|
||||
#
|
||||
### Mediaplayers
|
||||
# mediaplayer 1:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_media_player_infos"
|
||||
# entity: <your_entity>
|
||||
# mediaplayer 2:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_media_player_infos"
|
||||
# entity: <your_entity>
|
||||
# mediaplayer 3:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_media_player_infos"
|
||||
# entity: <your_entity>
|
||||
# mediaplayer 4:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_media_player_infos"
|
||||
# entity: <your_entity>
|
||||
# mediaplayer 5:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_media_player_infos"
|
||||
# entity: <your_entity>
|
||||
#
|
||||
### Thermostats
|
||||
# climate 1:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_thermostat_temperature"
|
||||
# entity: <your_entity>
|
||||
# climate 2:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_thermostat_temperature"
|
||||
# entity: <your_entity>
|
||||
# climate 3:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_thermostat_temperature"
|
||||
# entity: <your_entity>
|
||||
# climate 4:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_thermostat_temperature"
|
||||
# entity: <your_entity>
|
||||
# climate 5:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_thermostat_temperature"
|
||||
# entity: <your_entity>
|
||||
#
|
||||
### Power
|
||||
# power 1:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_power_outlet_stats"
|
||||
# entity: <your_entity>
|
||||
# variables:
|
||||
# ulm_popup_power_outlet_sensor1:
|
||||
# ulm_popup_power_outlet_sensor2:
|
||||
# ulm_popup_power_outlet_graph_sensor:
|
||||
# power 2:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_power_outlet_stats"
|
||||
# entity: <your_entity>
|
||||
# variables:
|
||||
# ulm_popup_power_outlet_sensor1:
|
||||
# ulm_popup_power_outlet_sensor2:
|
||||
# ulm_popup_power_outlet_graph_sensor:
|
||||
# power 3:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_power_outlet_stats"
|
||||
# entity: <your_entity>
|
||||
# variables:
|
||||
# ulm_popup_power_outlet_sensor1:
|
||||
# ulm_popup_power_outlet_sensor2:
|
||||
# ulm_popup_power_outlet_graph_sensor:
|
||||
# power 4:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_power_outlet_stats"
|
||||
# entity: <your_entity>
|
||||
# variables:
|
||||
# ulm_popup_power_outlet_sensor1:
|
||||
# ulm_popup_power_outlet_sensor2:
|
||||
# ulm_popup_power_outlet_graph_sensor:
|
||||
# power 5:
|
||||
# type: "custom:button-card"
|
||||
# template: "popup_power_outlet_stats"
|
||||
# entity: <your_entity>
|
||||
# variables:
|
||||
# ulm_popup_power_outlet_sensor1:
|
||||
# ulm_popup_power_outlet_sensor2:
|
||||
# ulm_popup_power_outlet_graph_sensor:
|
||||
|
||||
## Rooms
|
||||
livingroom: !include "../views/livingroom.yaml"
|
||||
# bedroom: !include "../views/bedroom.yaml"
|
||||
# bathroom: !include "../views/bathroom.yaml"
|
||||
# garage: !include "../views/garage.yaml"
|
||||
# lights: !include "../views/lights.yaml"
|
||||
@@ -0,0 +1,89 @@
|
||||
---
|
||||
type: "custom:layout-card"
|
||||
layout_type: "custom:grid-layout"
|
||||
layout:
|
||||
grid-template-rows: "min-content"
|
||||
grid-template-columns: "1fr 1fr 1fr"
|
||||
grid-template-areas: >
|
||||
"title1 title1 title1"
|
||||
"card1 card1 card1"
|
||||
"card2 card3 card4"
|
||||
"card5 card6 ."
|
||||
"card7 card8 card9"
|
||||
"card10 card11 card12"
|
||||
"card13 card14 card15"
|
||||
"card16 card17 card18"
|
||||
mediaquery:
|
||||
# Mobile
|
||||
"(max-width: 800px)":
|
||||
grid-template-columns: "1fr 1fr"
|
||||
grid-template-areas: |
|
||||
"title1 title1"
|
||||
"card1 card1"
|
||||
"card2 card3"
|
||||
"card4 card5"
|
||||
"card6 card7"
|
||||
"card8 card9"
|
||||
"card10 card11"
|
||||
"card12 card13"
|
||||
"card14 card15"
|
||||
"card16 card17"
|
||||
"card18 card19"
|
||||
view_layout:
|
||||
grid-area: "livingroom"
|
||||
cards:
|
||||
- view_layout:
|
||||
grid-area: "title1"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Some title"
|
||||
label: "grid-area: title1"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "title2"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Some title"
|
||||
label: "grid-area: title2"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card1"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> first card"
|
||||
label: "grid-area: card1"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card2"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> second card"
|
||||
label: "grid-area: card2"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card3"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> third card"
|
||||
label: "grid-area: card3"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card4"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> fourth card"
|
||||
label: "grid-area: card4"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card5"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> fifth card"
|
||||
label: "grid-area: card5"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card6"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> sixth card"
|
||||
label: "grid-area: card6"
|
||||
@@ -0,0 +1,105 @@
|
||||
---
|
||||
type: "custom:layout-card"
|
||||
layout_type: "custom:grid-layout"
|
||||
layout:
|
||||
# Tablet portrait
|
||||
grid-template-columns: "1fr 1fr 1fr 1fr 1fr 1fr"
|
||||
grid-template-areas: |
|
||||
"text text text weather weather weather"
|
||||
"welcome welcome welcome welcome welcome welcome"
|
||||
"title1 title1 title1 title1 title1 title1"
|
||||
"card1 card1 card2 card2 card3 card3"
|
||||
"title2 title2 title2 title2 title2 title2"
|
||||
"card4 card4 card5 card5 card6 card6"
|
||||
mediaquery:
|
||||
# Mobile
|
||||
"(max-width: 800px)":
|
||||
grid-template-columns: "1fr 1fr"
|
||||
grid-template-areas: |
|
||||
"welcome welcome"
|
||||
"person person"
|
||||
"title1 title1"
|
||||
"card1 card2"
|
||||
"card3 card4"
|
||||
"title2 title2"
|
||||
"card5 card6"
|
||||
"card7 card8"
|
||||
view_layout:
|
||||
grid-area: "main"
|
||||
cards:
|
||||
- view_layout:
|
||||
grid-area: "text"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "This is the adaptive <br>dashboard provided by <br> UI Minimalist"
|
||||
label: "Find instructions to add <br> cards on the wiki"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "weather"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "This could be your <br> weather card"
|
||||
label: "grid-area: weather"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "welcome"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "This could be your <br> welcome/scenes card"
|
||||
label: "grid-area: welcome"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "title1"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Some title"
|
||||
label: "grid-area: title1"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "title2"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Some title"
|
||||
label: "grid-area: title2"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card1"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> first card"
|
||||
label: "grid-area: card1"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card2"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> second card"
|
||||
label: "grid-area: card2"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card3"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> third card"
|
||||
label: "grid-area: card3"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card4"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> fourth card"
|
||||
label: "grid-area: card4"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card5"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> fifth card"
|
||||
label: "grid-area: card5"
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card6"
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Put here your <br> sixth card"
|
||||
label: "grid-area: card6"
|
||||
Reference in New Issue
Block a user