mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update camera mqtt configuration (#6456)
This commit is contained in:
parent
e66bee6398
commit
cac8e76e80
@ -26,9 +26,19 @@ camera:
|
|||||||
topic: zanzito/shared_locations/my-device
|
topic: zanzito/shared_locations/my-device
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
topic:
|
||||||
- **topic** (*Required*): MQTT topic to subscribe to.
|
description: MQTT topic to subscribe to.
|
||||||
- **name** (*Optional*): Name of the camera
|
required: true
|
||||||
- **unique_id** (*Optional*): An ID that uniquely identifies this camera. If two cameras have the same unique ID, Home Assistant will raise an exception.
|
type: string
|
||||||
|
name:
|
||||||
|
description: Name of the camera.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
unique_id:
|
||||||
|
description: >
|
||||||
|
An ID that uniquely identifies this camera. If two cameras have the same unique ID
|
||||||
|
Home Assistant will raise an exception.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user