We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a10fb commit 4f9dd9eCopy full SHA for 4f9dd9e
1 file changed
front/plugins/_publisher_mqtt/mqtt.py
@@ -165,7 +165,10 @@ def initialize_message(self):
165
"device": {
166
"identifiers": [f"{self.deviceId}_sensor"],
167
"manufacturer": "NetAlertX",
168
- "name": self.deviceName
+ "name": self.deviceName,
169
+ "connections": [
170
+ ["mac", self.mac]
171
+ ],
172
},
173
"icon": f'mdi:{self.icon}'
174
})
0 commit comments