tbh, I dont use that card, but I have installed it quickly, and can not get it right either… seeing the same as you do, and inspector clearly shows its the mapping not getting it right.
might have to go back to the author, or check auto-entities documentation here…
btw see Maxi Media Player - #16 by Mariusthvdb, Ive asked the author in the dedicated thread to check the error being reported
and also found the reason this cant be done, as auto-entities author explained, that generates a list like
entities:
- entity: media_player.x
- entity: media_player.y
- ...etc...
which cant be handled by maxi-media-player card because it wants:
entities:
- media_player.x
- media_player.y
- ...etc...
see: FR add option to list entity: media_player.abc · Issue #52 · punxaphil/maxi-media-player · GitHub