Hello. I’m having difficulty using .yaml mode in lovelace. This is what I’m seeing when I clock “Configure UI” and then “edit” on the specific card:
- entities:
- artwork: cover
entity: media_player.bedroom
hide: null
icon: 'mdi:television'
source: true
type: 'custom:mini-media-player'
volume: true
- artwork: cover
entity: media_player.my_room_speaker
hide: null
icon: 'mdi:google_assistant'
tts:
platform: google_translate
volume: 0.75
type: 'custom:mini-media-player'
volume: true
- artwork: cover
entity: media_player.xbox_one
icon: 'mdi:xbox'
source: true
type: 'custom:mini-media-player'
volume: false
type: entities
I’m getting the error “no card type found”. Any ideas?