diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json old mode 100644 new mode 100755 diff --git a/front/plugins/_publisher_mqtt/mqtt.py b/front/plugins/_publisher_mqtt/mqtt.py index 036ad7f2..217adcd6 100755 --- a/front/plugins/_publisher_mqtt/mqtt.py +++ b/front/plugins/_publisher_mqtt/mqtt.py @@ -476,7 +476,8 @@ def mqtt_start(db): "sync_node": device["devSyncHubNode"], "group": device["devGroup"], "location": device["devLocation"], - "parent_mac": device["devParentMAC"] + "network_parent_mac": device["devParentMAC"], + "network_parent_name": next((dev["devName"] for dev in devices if dev["devMAC"] == device["devParentMAC"]), "") } # bulk update device sensors in home assistant