Updating the Plejd / HA Device information model to be compatible with suggested_area.
This commit is contained in:
parent
7ba38d6acf
commit
dc3d2237da
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const getOutputDeviceDiscoveryPayload = (
|
||||||
qos: 1,
|
qos: 1,
|
||||||
retain: true,
|
retain: true,
|
||||||
device: {
|
device: {
|
||||||
identifiers: `${device.deviceId}`,
|
identifiers: `${device.uniqueId}`,
|
||||||
manufacturer: 'Plejd',
|
manufacturer: 'Plejd',
|
||||||
model: device.typeName,
|
model: device.typeName,
|
||||||
name: device.name,
|
name: device.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue