don't auto-close popup cards

This commit is contained in:
2021-05-17 19:54:52 +03:00
parent db30b2341f
commit dbbda673f4
-24
View File
@@ -1,6 +1,5 @@
binary_sensor.house_mode: binary_sensor.house_mode:
title: House mode title: House mode
auto_close: true
style: &popup_style style: &popup_style
"--ha-card-border-radius": 0 0 0.8em 0.8em "--ha-card-border-radius": 0 0 0.8em 0.8em
border-radius: 0.8em border-radius: 0.8em
@@ -13,7 +12,6 @@ binary_sensor.house_mode:
binary_sensor.kitchen_motion_occupancy: binary_sensor.kitchen_motion_occupancy:
title: Kitchen motion title: Kitchen motion
auto_close: true
style: &broad_popup_style style: &broad_popup_style
"--ha-card-border-radius": 0 0 0.8em 0.8em "--ha-card-border-radius": 0 0 0.8em 0.8em
border-radius: 0.8em border-radius: 0.8em
@@ -42,7 +40,6 @@ binary_sensor.kitchen_motion_occupancy:
binary_sensor.hallway_motion_occupancy: binary_sensor.hallway_motion_occupancy:
title: Hallway motion title: Hallway motion
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -66,7 +63,6 @@ binary_sensor.hallway_motion_occupancy:
sensor.synology_type_volume_1: sensor.synology_type_volume_1:
title: Platinum title: Platinum
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: platinum_card template: platinum_card
@@ -74,7 +70,6 @@ sensor.synology_type_volume_1:
binary_sensor.camera_state: binary_sensor.camera_state:
title: Security camera title: Security camera
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -87,7 +82,6 @@ binary_sensor.camera_state:
media_player.kitchen: media_player.kitchen:
title: Kitchen Sonos title: Kitchen Sonos
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: sonos_media_player template: sonos_media_player
@@ -99,7 +93,6 @@ media_player.kitchen:
media_player.bathroom: media_player.bathroom:
title: Bathroom Sonos title: Bathroom Sonos
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: sonos_media_player template: sonos_media_player
@@ -111,7 +104,6 @@ media_player.bathroom:
media_player.master_bedroom: media_player.master_bedroom:
title: Master bedroom Sonos title: Master bedroom Sonos
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: sonos_media_player template: sonos_media_player
@@ -123,7 +115,6 @@ media_player.master_bedroom:
media_player.nvidia_shield: &nvidia_shield media_player.nvidia_shield: &nvidia_shield
title: TV title: TV
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -184,7 +175,6 @@ media_player.living_room_tv: *nvidia_shield
light.living_room_main: light.living_room_main:
title: Living room lights title: Living room lights
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:mod-card type: custom:mod-card
card: card:
@@ -203,7 +193,6 @@ light.living_room_main:
sensor.bedroom_weather_temperature: sensor.bedroom_weather_temperature:
title: Bedroom temperature title: Bedroom temperature
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: bedroom_temperature_card template: bedroom_temperature_card
@@ -211,7 +200,6 @@ sensor.bedroom_weather_temperature:
sensor.bedroom_weather_humidity: sensor.bedroom_weather_humidity:
title: Bedroom humidity title: Bedroom humidity
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: bedroom_humidity_card template: bedroom_humidity_card
@@ -219,7 +207,6 @@ sensor.bedroom_weather_humidity:
sensor.purifier_air_quality: sensor.purifier_air_quality:
title: Bedroom air quality title: Bedroom air quality
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: bedroom_air_quality_card template: bedroom_air_quality_card
@@ -227,7 +214,6 @@ sensor.purifier_air_quality:
sensor.purifier_allergens: sensor.purifier_allergens:
title: Bedroom allergen index title: Bedroom allergen index
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: bedroom_allergen_index_card template: bedroom_allergen_index_card
@@ -235,7 +221,6 @@ sensor.purifier_allergens:
fan.philips_airpurifier: fan.philips_airpurifier:
title: Air purifier title: Air purifier
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: philips_airpurifier_card template: philips_airpurifier_card
@@ -243,7 +228,6 @@ fan.philips_airpurifier:
switch.titanium: switch.titanium:
title: Titanium title: Titanium
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: titanium_card template: titanium_card
@@ -251,7 +235,6 @@ switch.titanium:
sensor.fast_com_download: sensor.fast_com_download:
title: Network Speed title: Network Speed
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: network_card template: network_card
@@ -259,7 +242,6 @@ sensor.fast_com_download:
binary_sensor.pi_hole_enabled: binary_sensor.pi_hole_enabled:
title: Pi-Hole title: Pi-Hole
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: pi_hole_card template: pi_hole_card
@@ -267,7 +249,6 @@ binary_sensor.pi_hole_enabled:
input_boolean.alarm_enabled: input_boolean.alarm_enabled:
title: Alarm title: Alarm
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -288,7 +269,6 @@ input_boolean.alarm_enabled:
script.brita_pour_water: script.brita_pour_water:
title: Brita title: Brita
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: custom:decluttering-card type: custom:decluttering-card
template: brita_card template: brita_card
@@ -296,7 +276,6 @@ script.brita_pour_water:
sensor.desk_outlet_power: sensor.desk_outlet_power:
title: Desk power title: Desk power
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: entities type: entities
entities: entities:
@@ -322,7 +301,6 @@ sensor.desk_outlet_power:
sensor.average_temperature: sensor.average_temperature:
title: Temperatures title: Temperatures
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -383,7 +361,6 @@ sensor.average_temperature:
sensor.average_humidity: sensor.average_humidity:
title: Humidities title: Humidities
style: *popup_style style: *popup_style
auto_close: true
card: card:
type: vertical-stack type: vertical-stack
cards: cards:
@@ -471,7 +448,6 @@ sensor.average_humidity:
vacuum.vacuum: vacuum.vacuum:
title: Vacuum title: Vacuum
style: *broad_popup_style style: *broad_popup_style
auto_close: true
card: card:
type: custom:layout-card type: custom:layout-card
layout: horizontal layout: horizontal