Workaround for media player decluttering cards in 0.110

This commit is contained in:
2020-05-20 22:46:21 +03:00
parent 1fe258ec11
commit 593cdf90ae
3 changed files with 21 additions and 20 deletions
@@ -14,11 +14,6 @@
layout: horizontal layout: horizontal
max_columns: 1 max_columns: 1
cards: cards:
- type: vertical-stack
cards:
- type: entities
entities:
- media_player.bathroom
- type: custom:decluttering-card - type: custom:decluttering-card
template: media_with_controls template: media_with_controls
variables: variables:
@@ -81,6 +81,9 @@
variables: variables:
state_indicator_id: automation.titanium_turn_off_when_idle state_indicator_id: automation.titanium_turn_off_when_idle
# TODO: Remove vertical-stack wrapper. 0.110 hack
- type: vertical-stack
cards:
- type: custom:decluttering-card - type: custom:decluttering-card
template: media_with_controls template: media_with_controls
variables: variables:
@@ -78,6 +78,9 @@
template: default template: default
entity: binary_sensor.house_mode entity: binary_sensor.house_mode
# TODO: Remove vertical-stack wrapper. 0.110 hack
- type: vertical-stack
cards:
- type: custom:decluttering-card - type: custom:decluttering-card
template: media_with_controls template: media_with_controls
variables: variables: