From 90fd72da7614e434aa7760d07dc6830e52e22483 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 21 Sep 2018 17:34:52 +0200 Subject: [PATCH] Add unique_id (#6262) --- source/_components/camera.mqtt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/camera.mqtt.markdown b/source/_components/camera.mqtt.markdown index f0e903a37a9..411a37d19de 100644 --- a/source/_components/camera.mqtt.markdown +++ b/source/_components/camera.mqtt.markdown @@ -30,4 +30,5 @@ Configuration variables: - **topic** (*Required*): MQTT topic to subscribe to. - **name** (*Optional*): Name of the camera + - **unique_id** (*Optional*): An ID that uniquely identifies this camera. If two cameras have the same unique ID, Home Assistant will raise an exception.