Card Picture-elements and Markdown does not work together?
Some time back I used the ‘custom:useful-markdown-card’ with the Picture-elements card, making a display screen for a media controller. The display (Picture-elements card) showing my speaker set up with icons, and the display text (Markdown card) as an element into the picture-element card.
I deleted the setup back then, and now I am trying to set it up again, now with the standard markdown card. But the card throws an error. And I can’t figure it out. This works still with the Picture-elements and custom:useful-markdown-card.which is deprecated.
The ‘custom:useful-markdown-card’ stills work, but not the standard Markdown card. Is it a bug?
Using, on its own, the standard Markdown:
The Picture-elements:
Both together:
elements:
- entity: binary_sensor.rsp1570_speaker_front_left
style:
left: 3%
top: 25%
type: state-icon
- entity: binary_sensor.rsp1570_speaker_center
style:
left: 8%
top: 25%
type: state-icon
- entity: binary_sensor.rsp1570_speaker_front_right
style:
left: 13%
top: 25%
type: state-icon
- entity: binary_sensor.rsp1570_speaker_surround_left
style:
left: 3%
top: 75%
type: state-icon
- entity: binary_sensor.rsp1570_speaker_surround_right
style:
left: 13%
top: 75%
type: state-icon
- type: markdown
content: | #Have tried with > and >-
Standard Markdown card...
style:
left: 50%
top: 40%
image: /local/lovelace-ui/RSP-1570_Display.png
type: picture-elements