Open kpfleming opened 2 years ago
Correction: this only happens on the first discovery run after Insteon-MQTT is started. If discovery is triggered again after that (by an HA restart, for example), then the scene names are included in the discovery data.
Yup, this is a known issue -> https://github.com/TD22057/insteon-mqtt/pull/387#issuecomment-827215899
If you can figure out a solution, I am more than happy to merge it.
I'll put this on my to-do list.
Describe the bug Modem scenes are included in MQTT Discovery, but their names are not (they are published as "Modem Scene").
Expected behavior Published entities should have the names defined in
scenes.yaml
.Additional context I've added logging messages at various places and the population of
scene_map
for the modem happens long after it has been published in MQTT Discovery. In the log below the discovery message is sent at 10:24:42, but the scene map is not populated until 10:24:48.