mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Minimize sample and add ha_release
This commit is contained in:
parent
5fd0599732
commit
e13b87735f
@ -9,10 +9,11 @@ sharing: true
|
||||
footer: true
|
||||
logo: zoneminder.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.31
|
||||
---
|
||||
|
||||
|
||||
The `ZoneMinder` sensor platform let you monitor the current state of your zoneminder install including the number of events and the current state of the cameras.
|
||||
The `zoneminder` sensor platform let you monitor the current state of your zoneminder install including the number of events and the current state of the cameras.
|
||||
|
||||
<p class='note'>
|
||||
You must have the [ZoneMinder component](/components/zoneminder/) configured to use those sensors.
|
||||
@ -23,5 +24,5 @@ To set it up, add the following information to your `configuration.yaml` file:
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: zoneminder
|
||||
- platform: zoneminder
|
||||
```
|
@ -9,6 +9,7 @@ sharing: true
|
||||
footer: true
|
||||
logo: zoneminder.png
|
||||
ha_category: Switch
|
||||
ha_release: 0.31
|
||||
---
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user