Add new popup cards

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent 5e1e12bad9
commit 0af54c6d90
17 changed files with 758 additions and 699 deletions
-1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode:
hide_overflow: true
-1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode:
hide_header: true
-4
View File
@@ -1,9 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode:
kiosk: true
title: Sarah
views:
+2 -1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode:
kiosk: false
@@ -113,3 +112,5 @@ views:
# name: Outlet
# variables:
# power_sensor: sensor.kitchen_outlet_electric_consumption_w
- !include ./lovelace/popup_cards.yaml
@@ -186,7 +186,6 @@ card:
- width: 60px
- font-size: 13px
# Column 2
- type: vertical-stack
cards:
@@ -335,3 +334,5 @@ card:
styles:
card:
- margin-bottom: 8px
- !include ../popup_cards.yaml
@@ -183,7 +183,6 @@ card:
entity: vacuum.vacuum
name: Vacuum
# Column 2
- type: vertical-stack
cards:
@@ -332,3 +331,5 @@ card:
styles:
card:
- margin-bottom: 8px
- !include ../popup_cards.yaml
@@ -124,3 +124,5 @@ card:
entities:
- sensor.dark_sky_precip_probability
- sensor.dark_sky_cloud_coverage
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 1
cards:
- type: vertical-stack
cards:
@@ -54,3 +54,5 @@
tap_action:
action: call-service
service: "[[[ return entity.state == 'on' ? 'script.sonos_bathroom_unjoin' : 'script.sonos_bathroom_join' ]]]"
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 2
cards:
- type: vertical-stack
cards:
@@ -121,7 +121,6 @@
entity: light.bedside
name: Bedside
- type: vertical-stack
cards:
- type: custom:decluttering-card
@@ -162,3 +161,5 @@
camera_image: camera.bedroom_hd
entities:
- switch.tapo_bedroom
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 1
cards:
- type: vertical-stack
cards:
@@ -74,3 +74,5 @@
entity: sensor.mercury_temperature
name: Mercury
icon: mdi:nas
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 1
cards:
- type: vertical-stack
cards:
@@ -67,3 +67,5 @@
template: v3_button_light
entity: light.hallway_entrance
name: Entrance
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 2
cards:
- type: vertical-stack
cards:
@@ -104,3 +104,5 @@
# name: Outlet
# variables:
# power_sensor: sensor.kitchen_outlet_electric_consumption_w
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 2
cards:
- type: vertical-stack
cards:
@@ -176,3 +176,5 @@
- type: picture-glance
camera_image: camera.mercury_amcrest_1
entities: []
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 2
cards:
- type: vertical-stack
cards:
@@ -152,3 +152,5 @@
- type: custom:button-card
template: v3_button
entity: input_number.guest_bedroom_light_temp
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
max_cols: 2
cards:
- type: vertical-stack
cards:
@@ -59,3 +59,5 @@
camera_image: camera.terrarium_cam_sd
entities:
- camera.terrarium_cam_hd
- !include ../popup_cards.yaml
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
swipe_nav:
swipe_amount: 50