Update camera mqtt configuration (#6456)

This commit is contained in:
Phi Dong 2018-10-03 00:18:57 -07:00 committed by Franck Nijhof
parent e66bee6398
commit cac8e76e80

View File

@ -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 %}