Minimize sample and add ha_release

This commit is contained in:
Fabian Affolter 2016-10-27 15:59:51 +02:00
parent 5fd0599732
commit e13b87735f
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
3 changed files with 21 additions and 11 deletions

View file

@ -10,10 +10,26 @@ footer: true
logo: zoneminder.png
ha_category: Camera
featured: false
ha_release: 0.31
---
The ZoneMinder component is the main component to integrate all the sensors and switches for controlling your ZoneMinder instance.
```yaml
# Example configuration.yaml entry
zoneminder:
host: ZM_HOST
```
Configuration variables:
- **host** (*Required*): Your ZoneMinder server.
- **path** (*Optional*): Path to your ZoneMinder install. Defaults to `/zm/`.
- **ssl** (*Optional*): Set to `True` if your ZoneMinder installation is using SSL. Default to `False`.
- **username** (*Optional*): Your ZoneMinder username.
- **password** (*Optional*): Your ZoneMinder password.
### {% linkable_title Full configuration %}
```yaml
# Example configuration.yaml entry
zoneminder:
@ -23,11 +39,3 @@ zoneminder:
username: USERNAME
password: PASSWORD
```
Configuration variables:
- **host** (*Required*): Your ZoneMinder server.
- **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.
- **password** (*Optional*): Your ZoneMinder password.