You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inputs can be hidden from the input list through the TVs menus. Trying to change current_input to a hidden input won't work.
GET /menu_native/dynamic/tv_settings/devices/name_input includes hidden inputs. It would be better to GET /menu_native/dynamic/tv_settings/devices, as that only lists available inputs. The returned CUSTOM_NAME is what should be shown.
Also, my HDMI-1 input shows up in HASS as Source "Blu-ray", but in the pop-up for changing inputs it's "HDMI-1". If I change it to something else, then change it back, it's then shown as "HDMI-1". I'm not sure where the "Blu-ray" comes from, I didn't see it in a quick look at your code. /menu_native/dynamic/tv_settings/devices/name_input returns:
Inputs can be hidden from the input list through the TVs menus. Trying to change current_input to a hidden input won't work.
GET /menu_native/dynamic/tv_settings/devices/name_input includes hidden inputs. It would be better to GET /menu_native/dynamic/tv_settings/devices, as that only lists available inputs. The returned CUSTOM_NAME is what should be shown.
Also, my HDMI-1 input shows up in HASS as Source "Blu-ray", but in the pop-up for changing inputs it's "HDMI-1". If I change it to something else, then change it back, it's then shown as "HDMI-1". I'm not sure where the "Blu-ray" comes from, I didn't see it in a quick look at your code. /menu_native/dynamic/tv_settings/devices/name_input returns:
/menu_native/dynamic/tv_settings/devices returns
current_input returns "VALUE": "HDMI-1"
The text was updated successfully, but these errors were encountered: