core
core copied to clipboard
Making Hue bulb models appear correctly in apps
Easy fix to split the combined model format from HASS components back into their parts.
I.e. Zigbee2MQTT and ZHA return the device model as
Productname (Model-ID)
which is not recognized by the usual Hue apps. The fix splits model names that return brackets into their party and fills in productname and modelid accordingly.
This pull request has been marked as stale due to no activity and will be closed in 7 days.