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 decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode: kiosk_mode:
hide_overflow: true hide_overflow: true
-1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode: kiosk_mode:
hide_header: true hide_header: true
-4
View File
@@ -1,9 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_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 title: Sarah
views: views:
+2 -1
View File
@@ -1,6 +1,5 @@
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
kiosk_mode: kiosk_mode:
kiosk: false kiosk: false
@@ -113,3 +112,5 @@ views:
# name: Outlet # name: Outlet
# variables: # variables:
# power_sensor: sensor.kitchen_outlet_electric_consumption_w # power_sensor: sensor.kitchen_outlet_electric_consumption_w
- !include ./lovelace/popup_cards.yaml
@@ -186,7 +186,6 @@ card:
- width: 60px - width: 60px
- font-size: 13px - font-size: 13px
# Column 2 # Column 2
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -335,3 +334,5 @@ card:
styles: styles:
card: card:
- margin-bottom: 8px - margin-bottom: 8px
- !include ../popup_cards.yaml
@@ -183,7 +183,6 @@ card:
entity: vacuum.vacuum entity: vacuum.vacuum
name: Vacuum name: Vacuum
# Column 2 # Column 2
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -332,3 +331,5 @@ card:
styles: styles:
card: card:
- margin-bottom: 8px - margin-bottom: 8px
- !include ../popup_cards.yaml
@@ -124,3 +124,5 @@ card:
entities: entities:
- sensor.dark_sky_precip_probability - sensor.dark_sky_precip_probability
- sensor.dark_sky_cloud_coverage - sensor.dark_sky_cloud_coverage
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 1
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -54,3 +54,5 @@
tap_action: tap_action:
action: call-service action: call-service
service: "[[[ return entity.state == 'on' ? 'script.sonos_bathroom_unjoin' : 'script.sonos_bathroom_join' ]]]" 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 type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 2
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -121,7 +121,6 @@
entity: light.bedside entity: light.bedside
name: Bedside name: Bedside
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: custom:decluttering-card - type: custom:decluttering-card
@@ -162,3 +161,5 @@
camera_image: camera.bedroom_hd camera_image: camera.bedroom_hd
entities: entities:
- switch.tapo_bedroom - switch.tapo_bedroom
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 1
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -74,3 +74,5 @@
entity: sensor.mercury_temperature entity: sensor.mercury_temperature
name: Mercury name: Mercury
icon: mdi:nas icon: mdi:nas
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 1
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -67,3 +67,5 @@
template: v3_button_light template: v3_button_light
entity: light.hallway_entrance entity: light.hallway_entrance
name: Entrance name: Entrance
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 2
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -104,3 +104,5 @@
# name: Outlet # name: Outlet
# variables: # variables:
# power_sensor: sensor.kitchen_outlet_electric_consumption_w # power_sensor: sensor.kitchen_outlet_electric_consumption_w
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 2
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -176,3 +176,5 @@
- type: picture-glance - type: picture-glance
camera_image: camera.mercury_amcrest_1 camera_image: camera.mercury_amcrest_1
entities: [] entities: []
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 2
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -152,3 +152,5 @@
- type: custom:button-card - type: custom:button-card
template: v3_button template: v3_button
entity: input_number.guest_bedroom_light_temp entity: input_number.guest_bedroom_light_temp
- !include ../popup_cards.yaml
@@ -18,7 +18,7 @@
type: custom:layout-card type: custom:layout-card
layout_type: custom:horizontal-layout layout_type: custom:horizontal-layout
layout: layout:
max_cols: 3 max_cols: 2
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -59,3 +59,5 @@
camera_image: camera.terrarium_cam_sd camera_image: camera.terrarium_cam_sd
entities: entities:
- camera.terrarium_cam_hd - 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 decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates
popup_cards: !include lovelace/popup_cards.yaml
swipe_nav: swipe_nav:
swipe_amount: 50 swipe_amount: 50