Open
Description
The problem
I am trying to control a samsung TV and be able to switch reliably between the sources.
When I call the media_player.source
with hdmi1
it gives the following error.
Entity media_player.samsung_cu8000_43_tv_2 does not support source HDMI1
The full keycodes list on the documentation page only lists:
KEY_TV
KEY_HDMI
However, the source for this lists additional sources: https://github.com/kdschlosser/samsungctl
KEY_TV
KEY_HDMI1
KEY_HDMI2
KEY_HDMI3
KEY_HDMI4
It would be great if these additional sources could be added - happy to have a try adding these if can provide a steer in the right direction.
What version of Home Assistant Core has the issue?
core-2025.6.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
samsungtv
Link to integration documentation on our website
https://www.home-assistant.io/integrations/samsungtv
Diagnostics information
config_entry-samsungtv-01JCVJTZ4SG1V2GXBW74FS3W2J.json
Example YAML snippet
action: remote.send_command
target:
entity_id: remote.samsung_cu8000_43_tv_2
data:
command:
- KEY_HDMI1
Anything in the logs that might be useful for us?
Nothing in logs.
Additional information
No response