I am getting a lot of these errors on my logfile:
2019-10-08 14:08:46 ERROR (SyncWorker_9) [homeassistant.util.yaml.loader] YAML file /home/homeassistant/.homeassistant/ui-lovelace.yaml contains duplicate key "type". Check lines 4591 and 4594.
Looking at the ui-lovelace.yaml those lines are related to a conditional card:
- type: conditional
conditions:
- entity: media_player.studio
state: 'playing'
card:
type: custom:mini-media-player
entity: media_player.studio
artwork: none
hide:
icon: true
I don’t see any error in this card as i am following the docs about it.
So why i get those errors?