Skip to content

Commit 210e206

Browse files
authored
Mqtt vacuum device (home-assistant#12672)
1 parent 15a66db commit 210e206

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

source/_integrations/vacuum.mqtt.markdown

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,39 @@ command_topic:
269269
description: The MQTT topic to publish commands to control the vacuum.
270270
required: false
271271
type: string
272+
device:
273+
description: "Information about the device this switch is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set."
274+
required: false
275+
type: map
276+
keys:
277+
connections:
278+
description: 'A list of connections of the device to the outside world as a list of tuples `[connection_type, connection_identifier]`. For example the MAC address of a network interface: `"connections": [["mac", "02:5b:26:a8:dc:12"]]`.'
279+
required: false
280+
type: list
281+
identifiers:
282+
description: A list of IDs that uniquely identify the device. For example a serial number.
283+
required: false
284+
type: [string, list]
285+
manufacturer:
286+
description: The manufacturer of the device.
287+
required: false
288+
type: string
289+
model:
290+
description: The model of the device.
291+
required: false
292+
type: string
293+
name:
294+
description: The name of the device.
295+
required: false
296+
type: string
297+
sw_version:
298+
description: The firmware version of the device.
299+
required: false
300+
type: string
301+
via_device:
302+
description: 'Identifier of a device that routes messages between this device and Home Assistant. Examples of such devices are hubs, or parent devices of a sub-device. This is used to show device topology in Home Assistant.'
303+
required: false
304+
type: string
272305
fan_speed_list:
273306
description: List of possible fan speeds for the vacuum.
274307
required: false

0 commit comments

Comments
 (0)