kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

Different behaviour of player on level 1 vs level 2 #799

Closed HomeAssistantNewbie closed 7 months ago

HomeAssistantNewbie commented 7 months ago

When invoking the power button from the first level of the card, error Failed to call service media_player/toggle. Entity media_player.lg_webos_smart_tv does not support this service. triggers

image

However, upon level 2 (probably because a different service is called), the power switcher works correctly

image

Drafteed commented 7 months ago

Add this option in the code editor of the card:

toggle_power: false

image

HomeAssistantNewbie commented 7 months ago
toggle_power: false

You sir are a gentleman and a scholar.

Apologies if that's something obvious and I missed it. I spent like 3 hours investigating wake on lan and messing around with MACs on config.yaml.