usernein / tv-card

📺 TV Remote Card (with touchpad and haptic feedback)
Apache License 2.0
107 stars 26 forks source link

TV Card does not power on TV #18

Open happyhammer7 opened 2 years ago

happyhammer7 commented 2 years ago

I am running the current latest release but seem to have a strange issue. The TV card works great on both my Samsung TVs. However, neither card I have set up for them will turn the TVs on (will turn it off though).

I have no other integrations for the TVs installed and the power toggle works 100% of the time directly inside the Samsung TV integration by ollo69. I have tried changing some of the settings in the TV integration such as the method used to turn the TV on etc but these changes have no impact within the tv card itself

GrubyRabbit commented 1 year ago

Same here. Only "off" works.

antonio1475 commented 1 year ago

Have you tried

        custom_keys:
          power:
            icon: mdi:power
            service: media_player.toggle
            service_data:
              entity_id: media_player.samsungtv_smart

? This will call ollo69's integration toggle. I have it like this

ikke-t commented 1 year ago

This worked too on my samsung, thanks.