diff --git a/plejd/MqttClient.js b/plejd/MqttClient.js index 57f1262..3517041 100644 --- a/plejd/MqttClient.js +++ b/plejd/MqttClient.js @@ -58,7 +58,7 @@ const decodeTopic = (topic) => { const getOutputDeviceDiscoveryPayload = ( /** @type {import('./types/DeviceRegistry').OutputDevice} */ device, ) => ({ - name: device.name, + name: null, unique_id: device.uniqueId, '~': getBaseTopic(device.uniqueId, device.type), state_topic: `~/${TOPIC_TYPES.STATE}`,