Merge branch 'current' into next
This commit is contained in:
commit
947a5f2a8d
24 changed files with 503 additions and 42 deletions
14
source/_components/cover.lutron_caseta.markdown
Normal file
14
source/_components/cover.lutron_caseta.markdown
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Lutron Caseta Cover"
|
||||
description: "Instructions how to setup the Lutron Caseta covers within Home Assistant."
|
||||
date: 2017-05-20 09:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: lutron.png
|
||||
ha_category: Cover
|
||||
---
|
||||
|
||||
To get your Lutron Caseta covers working with Home Assistant, follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).
|
|
@ -8,8 +8,8 @@ comments: false
|
|||
sharing: true
|
||||
logo: datadog.png
|
||||
footer: true
|
||||
ha_category: "History"
|
||||
ha_release: 0.43
|
||||
ha_category: History
|
||||
ha_release: 0.45
|
||||
---
|
||||
|
||||
The `datadog` component sends all state changes to [Datadog](https://www.datadoghq.com/) using a [Datadog Agent](http://docs.datadoghq.com/guides/basic_agent_usage/).
|
||||
|
|
|
@ -22,17 +22,20 @@ For using inside automation look on [component](/components/image_processing) pa
|
|||
|
||||
If you want process all data locally, you need version 2.3.1 or higher of the `alpr` commandline tool.
|
||||
|
||||
If you don't find binaries for your distribution you can compile from source. Documention of how to build openalpr is found [here](https://github.com/openalpr/openalpr/wiki).
|
||||
If you don't find binaries for your distribution you can compile from source. Documention of how to build OpenALPR is found [here](https://github.com/openalpr/openalpr/wiki).
|
||||
|
||||
On a Debian system you can use this `cmake` command to build only the command line tool:
|
||||
|
||||
```bash
|
||||
$ cmake -DWITH_TEST=FALSE -DWITH_BINDING_JAVA=FALSE --DWITH_BINDING_PYTHON=FALSE --DWITH_BINDING_GO=FALSE -DWITH_DAEMON=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
|
||||
$ cmake -DWITH_TEST=FALSE -DWITH_BINDING_JAVA=FALSE --DWITH_BINDING_PYTHON=FALSE \
|
||||
--DWITH_BINDING_GO=FALSE -DWITH_DAEMON=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
|
||||
```
|
||||
|
||||
For other operating system please refer to the [OpenALPR wiki](https://github.com/openalpr/openalpr/wiki).
|
||||
|
||||
Verify your `alpr` installation with:
|
||||
|
||||
```
|
||||
```bash
|
||||
$ wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
|
||||
```
|
||||
|
||||
|
|
|
@ -71,4 +71,4 @@ Currently only supports Spotify.
|
|||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ---------------------------------------------------- |
|
||||
| `entity_id` | no | Target a specific media player. For example `media_player.spotify`|
|
||||
| `source` | no | `true`/`false` for enabling/disabling shuffle |
|
||||
| `shuffle` | no | `true`/`false` for enabling/disabling shuffle |
|
||||
|
|
|
@ -28,7 +28,7 @@ notify:
|
|||
Configuration variables:
|
||||
|
||||
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||
- **filename** (*Required*): Name of the file to use. The file will be created if it doesn't exist and saved in your `config/` folder.
|
||||
- **filename** (*Required*): Name of the file to use. The file will be created if it doesn't exist and saved in your [configuration](/docs/configuration/) folder.
|
||||
- **timestamp** (*Optional*): Setting `timestamp` to `True` adds a timestamp to every entry.
|
||||
|
||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||
|
|
|
@ -13,7 +13,7 @@ ha_release: 0.32
|
|||
---
|
||||
|
||||
|
||||
Notification platform for [Notifications for Android TV](https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google&hl=de) and [Notifications for FireTV](https://play.google.com/store/apps/details?id=de.cyberdream.firenotifications.google).
|
||||
Notification platform for [Notifications for Android TV](https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google&hl=en) and [Notifications for FireTV](https://play.google.com/store/apps/details?id=de.cyberdream.firenotifications.google).
|
||||
The notifications are in the global scope of your Android TV device. They will be displayed regardless of which application is running.
|
||||
The In-App purchases only apply to the client for Android smartphones, so there isn't any limit when pushing notifications from Home Assistant.
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ To setup OpenCV with Home Assistant, add the following section to your `configur
|
|||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
||||
opencv:
|
||||
classifier_group:
|
||||
- name: Family
|
||||
|
|
|
@ -9,7 +9,7 @@ sharing: true
|
|||
footer: true
|
||||
logo: raspihats.png
|
||||
ha_category: DIY
|
||||
ha_release: 0.44
|
||||
ha_release: 0.45
|
||||
---
|
||||
|
||||
The `raspihats` component is the base for all related Raspihats platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue