Controlling a TV locally can be challenging, especially without knowing which HDMI port is active. Most TVs have multiple devices like TV tuners or game consoles connected via HDMI, but few support sending out the active HDMI port status to local devices. This lack of feedback makes automation complex.
HDMI-CEC, while not perfect, is a useful feature for controlling media players locally. I believe enhancing the HDMI-CEC integration in Home Assistant would greatly benefit users.
Proposed Enhancements
- Active Source Feedback
Can we include the “active source: yes/no” status in the HDMI-CEC integration? Currently, this information is available in the CEC Scanner:
but not in the integration itself:
- Custom Device Naming
Adding the ability to name each device would improve usability. Right now, devices are listed as media_player.hdmi_XX, which is not very descriptive.
Is it possible to implement these enhancements? Thank you for considering this request!