schilea / ccwgtv-remote-card

Repository for Cromecast with Google TV Remote card
MIT License
1 stars 0 forks source link

Samsung control #1

Open giuseppebaldi opened 2 days ago

giuseppebaldi commented 2 days ago

This is a great card, thank you. I got the webostv commands working great on my LG TV but how would I do the same with a Samsung? Here is the integration page for their smart TVs: https://www.home-assistant.io/integrations/samsungtv/

I tried changing domain to samsung or samsungtv but that didn't work.

schilea commented 2 days ago

Hi. I don't have a Samsung TV to test but I think you should use as domain remote and not samsung or samsungtv. It should be something like:

volume_up:
domain: remote
service: send_command
service_data:
  entity_id: remote.samsungtv
  command: KEY_VOLUP
giuseppebaldi commented 1 day ago

I will try that, thank you!