mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Merge pull request #1339 from Khabi/next
SSL Option to zoneminder component
This commit is contained in:
commit
5fd0599732
@ -19,6 +19,7 @@ The ZoneMinder component is the main component to integrate all the sensors and
|
|||||||
zoneminder:
|
zoneminder:
|
||||||
host: ZM_HOST
|
host: ZM_HOST
|
||||||
path: ZM_PATH
|
path: ZM_PATH
|
||||||
|
ssl: False
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
@ -26,6 +27,7 @@ zoneminder:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
- **host** (*Required*): Your ZoneMinder server.
|
- **host** (*Required*): Your ZoneMinder server.
|
||||||
- **path** (*Optional*): Path to your ZoneMinder install (default: /zm/)
|
- **path** (*Optional*): Path to your ZoneMinder install (default: /zm/)
|
||||||
|
- **ssl** (*Optional*): Set to True if your ZoneMinder install is using SSL (default: False)
|
||||||
- **username** (*Optional*): Your ZoneMinder username.
|
- **username** (*Optional*): Your ZoneMinder username.
|
||||||
- **password** (*Optional*): Your ZoneMinder password.
|
- **password** (*Optional*): Your ZoneMinder password.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user