diff --git a/config/lovelace/advanced_dashboard/09_network.yaml b/config/lovelace/advanced_dashboard/09_network.yaml index 094c539..8b00bbe 100644 --- a/config/lovelace/advanced_dashboard/09_network.yaml +++ b/config/lovelace/advanced_dashboard/09_network.yaml @@ -18,22 +18,19 @@ cards: type: custom:layout-card layout: horizontal cards: - # TODO: Remove vertical-stack wrapper. 0.110 hack - type: vertical-stack cards: - - type: vertical-stack - cards: - - type: custom:decluttering-card - template: titanium_card - variables: - - title: Titanium - - icon: mdi:desktop-tower + - type: custom:decluttering-card + template: titanium_card + variables: + - title: Titanium + - icon: mdi:desktop-tower - - type: custom:decluttering-card - template: platinum_card - variables: - - title: Platinum - - icon: mdi:nas + - type: custom:decluttering-card + template: platinum_card + variables: + - title: Platinum + - icon: mdi:nas - type: vertical-stack cards: diff --git a/config/lovelace/home_dashboard/kitchen_dashboard.yaml b/config/lovelace/home_dashboard/kitchen_dashboard.yaml index a19b194..5f05aaf 100644 --- a/config/lovelace/home_dashboard/kitchen_dashboard.yaml +++ b/config/lovelace/home_dashboard/kitchen_dashboard.yaml @@ -81,14 +81,11 @@ variables: 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 - template: media_with_controls - variables: - - player: media_player.kitchen - - player_name: Kitchen + - type: custom:decluttering-card + template: media_with_controls + variables: + - player: media_player.kitchen + - player_name: Kitchen - type: horizontal-stack cards: diff --git a/config/lovelace/home_dashboard/master_bedroom_dashboard.yaml b/config/lovelace/home_dashboard/master_bedroom_dashboard.yaml index 7fc7e6a..1fcdc2d 100644 --- a/config/lovelace/home_dashboard/master_bedroom_dashboard.yaml +++ b/config/lovelace/home_dashboard/master_bedroom_dashboard.yaml @@ -78,14 +78,11 @@ template: default entity: binary_sensor.house_mode - # TODO: Remove vertical-stack wrapper. 0.110 hack - - type: vertical-stack - cards: - - type: custom:decluttering-card - template: media_with_controls - variables: - - player: media_player.master_bedroom - - player_name: Bedroom + - type: custom:decluttering-card + template: media_with_controls + variables: + - player: media_player.master_bedroom + - player_name: Bedroom - type: vertical-stack