When I check my ui-lovelace.yaml I can see the entries the warnings are referencing but I’m not sure how to adress the issue.
Here is the block where the Warnings are coming from.
Can I not have group, icon, name etc on seperate cards? Or are these warnings being generated because I’m mashing seperate cards together inside a verticle-stack and HA doesn’t like that?
Your indentations are completely wrong (and by that I mean: there is none). I advise to read up if you haven’t used YAML before, or study codes of others to learn how to properly use YAML → User Manual
Looking at your code I think it’s not finished, or you missed some stuff. I see type: entities but no further veriables of the card. Anyay, here’s how to properly format it.
This gives iframe and two custom:mini-media_player cards in a vertical stack. I left out the variable type: entities because there is nothing else in your code that goes with that. Good luck!
Hmmm thanks for the assumption that I don’t know Yaml and ignoring that maybe something happened to the formatting for half the code example.
Anyways, thanks for the catch on the - type: entities line. Is this a recent change? I’ve had this card setup pre 106 and I just noticed the warnings after my monumental jump from 106 to 116.