mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-28 06:23:07 +00:00
Fix typo https://github.com/Koenkk/zigbee2mqtt/commit/9148977b3968b609add29807a780acd469dbed89#r41534643
This commit is contained in:
@@ -2042,7 +2042,7 @@ class HomeAssistant extends Extension {
|
||||
onDeviceRenamed(device) {
|
||||
logger.debug(`Refreshing Home Assistant discovery topic for '${device.ieeeAddr}'`);
|
||||
|
||||
// Clear before rename so Home Assistant use new friendly_name
|
||||
// Clear before rename so Home Assistant uses new friendly_name
|
||||
// https://github.com/Koenkk/zigbee2mqtt/issues/4096#issuecomment-674044916
|
||||
const resolvedEntity = this.zigbee.resolveEntity(device);
|
||||
for (const config of this.getConfigs(resolvedEntity)) {
|
||||
|
||||
Reference in New Issue
Block a user