Tizen samsung, power toggle, state

Hi All,

I havethe samsun tv tizen customa addon which exposes a media_player entity and works using the media player love lace card.

I want to expose the ability to toggle the power on and off to Alexa and also have an on and off button on my tileboard that holds the state. I can’t seem to figure it out.

If i use a script like this it works but obviously its a script so it doesnt report state, not can i just say “Alexa turn the tv on”;

kitchen_tv_toggle:
  alias: Kitchen TV
  sequence:
  - service: media_player.toggle
    data:
      entity_id: media_player.samsung_tv_remote

Can anyone give me a nudge in the right direction?

Sam