Skip to content

Commit d37a879

Browse files
emontnemeryfrenck
authored andcommitted
Update camera.mqtt.markdown (home-assistant#8791)
1 parent 552e6ab commit d37a879

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

source/_components/camera.mqtt.markdown

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,33 @@ unique_id:
4141
description: An ID that uniquely identifies this camera. If two cameras have the same unique ID Home Assistant will raise an exception.
4242
required: false
4343
type: string
44+
device:
45+
description: "Information about the device this camera 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."
46+
required: false
47+
type: map
48+
keys:
49+
identifiers:
50+
description: 'A list of IDs that uniquely identify the device. For example a serial number.'
51+
required: false
52+
type: list, string
53+
connections:
54+
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"]`.'
55+
required: false
56+
type: list
57+
manufacturer:
58+
description: The manufacturer of the device.
59+
required: false
60+
type: string
61+
model:
62+
description: The model of the device.
63+
required: false
64+
type: string
65+
name:
66+
description: The name of the device.
67+
required: false
68+
type: string
69+
sw_version:
70+
description: The firmware version of the device.
71+
required: false
72+
type: string
4473
{% endconfiguration %}

0 commit comments

Comments
 (0)