Is anyone else having a formatting issue with the Media Player component in HA Dashboard? Specifically other widgets don’t wrap around it if they’re ordered after it in the layout.
Here’s my .dash file. Any help much appreciated.
##
## Main arguments, all optional
##
title: Sophie's Room
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 2
global_parameters:
use_comma: 0
precision: 1
use_hass_icon: 1
humidity:
widget_type: sensor
title: Humidity
units: "%"
precision: 0
entity: sensor.sophie_room_humidity
temperature:
widget_type: sensor
title: Temperature
units: "°C"
precision: 0
entity: sensor.sophie_room_temperature
squeezebox:
widget_type: media_player
entity: media_player.sophies_music_player
glitter_ball:
widget_type: switch
entity: switch.glitter_ball
scenes:
widget_type: input_select
entity: input_select.sophies_room
layout:
- scenes, glitter_ball
- squeezebox(2x2)
- humidity, temperature