Note about camera access

This commit is contained in:
Thomas Lovén 2021-07-11 16:51:04 +00:00
parent a96fd3155a
commit 9f4182ec31

View File

@ -166,6 +166,8 @@ For other browsers, the interface will just be covered with black (the screen is
For security and UX reasons, the camera must be enabled manually on a device by device basis. For security and UX reasons, the camera must be enabled manually on a device by device basis.
> **NOTE:** Browser only allow access to the camera in secure contexts (since 2019). That means it only works if you access Home Assistant through `https://`, NOT `http://` or through `localhost`.
Enabling the camera is done by adding `camera: true` to the devices configuration in `configuration.yaml`: Enabling the camera is done by adding `camera: true` to the devices configuration in `configuration.yaml`:
```yaml ```yaml