Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 10:26:24 +02:00
parent 3abadffac9
commit 29934427e1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
28 changed files with 30 additions and 3 deletions

View File

@ -10,6 +10,7 @@ footer: true
logo: arlo.png
ha_category: Hub
ha_release: 0.46
ha_iot_class: "Cloud Polling"
---
The `arlo` implementation allows you to integrate your [Arlo](https://arlo.netgear.com/) devices in Home Assistant.

View File

@ -10,6 +10,7 @@ footer: true
logo: axis.png
ha_category: Hub
ha_release: "0.45"
ha_iot_class: "Local Polling"
---
[Axis Communications](https://www.axis.com/) devices are surveillance cameras and other security related network connected hardware. Sensor API works with firmware 5.50 and newer.

View File

@ -10,6 +10,7 @@ footer: true
logo: nest.png
ha_category: Binary Sensor
ha_release: pre 0.7
ha_iot_class: "Cloud Polling"
---

View File

@ -10,6 +10,7 @@ footer: true
logo: blink.png
ha_category: Hub
ha_release: "0.40"
ha_iot_class: "Cloud Polling"
---
The `blink` component lets you view camera images and motion events from [Blink](http://blinkforhome.com) camera and security systems.

View File

@ -10,6 +10,7 @@ footer: true
logo: arlo.png
ha_category: Camera
ha_release: 0.46
ha_iot_class: "Cloud Polling"
---
To get your [Arlo](https://arlo.netgear.com/) cameras working within Home Assistant, please follow the instructions for the general [Arlo component](/components/arlo).

View File

@ -10,6 +10,7 @@ footer: true
logo: nest.png
ha_category: Camera
ha_release: 0.34
ha_iot_class: "Cloud Polling"
---
The `nest` platform allows you to watch the live stream of your [Nest](https://nest.com/camera/meet-nest-cam/) camera in Home Assistant.

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: nest.png
ha_category: Climate
ha_iot_class: "Cloud Polling"
---

View File

@ -10,6 +10,7 @@ footer: true
logo: garadget_logo.jpg
ha_category: Cover
ha_release: 0.32
ha_iot_class: "Cloud Polling"
---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: lutron.png
ha_category: Cover
ha_iot_class: "Local Polling"
---
To get your Lutron Caseta covers working with Home Assistant, follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: mqtt.png
ha_category: Cover
ha_iot_class: "depends"
ha_release: 0.18
---

View File

@ -10,6 +10,7 @@ footer: true
logo: ifttt.png
ha_category: Automation
featured: true
ha_iot_class: "Cloud Push"
---
[IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional statements, so called "Applets". With the IFTTT component you can trigger applets through the **"Maker"** channel. See the [announcement blog post](/blog/2015/09/13/home-assistant-meets-ifttt/) for examples how to use it.

View File

@ -12,6 +12,7 @@ ha_category: Image Processing
featured: false
ha_release: 0.45
og_image: /images/screenshots/ssocr.png
ha_iot_class: "Local Polling"
---
The `seven_segments` image processing platform allows you to read physical seven segments displays through Home Assistant. [`ssocr`](https://www.unix-ag.uni-kl.de/~auerswal/ssocr/) is used to extract the value shown on the display which is observed by a [camera](/components/camera/). `ssocr` need to be available on your system. Check the installation instruction for Fedora below or use `$ sudo apt-get install ssocr` on a Debian-based system:

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: lutron.png
ha_category: Light
ha_iot_class: "Local Polling"
---
To get your Lutron lights working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/).

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: lutron.png
ha_category: Light
ha_iot_class: "Local Polling"
---
To get your Lutron Caseta lights working with Home Assistant, follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).

View File

@ -11,6 +11,7 @@ logo: lutron.png
ha_category: Hub
featured: False
ha_release: 0.37
ha_iot_class: "Local Polling"
---
[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron` component in Home Assistant is responsible for communicating with the main hub for these systems.

View File

@ -11,11 +11,13 @@ logo: lutron.png
ha_category: Hub
featured: False
ha_release: 0.41
ha_iot_class: "Local Polling"
---
[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems. Both 'pro' and 'standard' models are supported.
[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems. Both 'pro' and 'standard' models are supported.
This component only supports the Caseta line of products. The current supported Caseta devices are:
- Dimmers as Home Assistant lights
- Wall switches as Home Assistant switches
- Serena shades as Home Assistant covers

View File

@ -10,6 +10,7 @@ footer: true
logo: nest.png
ha_category: Hub
featured: true
ha_iot_class: "Cloud Polling"
---
The Nest component is the main component to integrate all [Nest](https://nest.com/) related platforms. To connect Nest, you will have to [sign up for a developer account](https://developers.nest.com/products) and get a `client_id` and `client_secret`.

View File

@ -10,6 +10,7 @@ footer: true
logo: restful.png
ha_category: Automation
ha_release: 0.36
ha_iot_class: "Local Push"
---
This component can expose regular REST commands as services. Services can be called from a [script] or in [automation].

View File

@ -10,6 +10,7 @@ footer: true
logo: arlo.png
ha_category: Sensor
ha_release: "0.46"
ha_iot_class: "Cloud Polling"
---
To get your [Arlo](https://arlo.netgear.com/) sensors working within Home Assistant, please follow the instructions for the general [Arlo component](/components/arlo).

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
ha_category: Sensor
ha_release: "0.40"
ha_iot_class: "Local Polling"
---
The `modem_callerid` sensor platform uses an available modem for collecting caller ID information. It requires a Hayes AT compatible modem that supports caller ID detection (via AT+VCID=1).

View File

@ -10,6 +10,7 @@ footer: true
logo: nest.png
ha_category: Sensor
ha_release: pre 0.7
ha_iot_class: "Cloud Polling"
---

View File

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: nest.png
ha_category: Weather
ha_iot_class: "Cloud Poll"
ha_iot_class: "Cloud Polling"
---
<p class='note warning'>

View File

@ -79,7 +79,7 @@ customize:
sensor.sensehat_pressure:
icon: mdi:gauge
friendly_name: "Pressure"
```
```
**Create a group**
Add the following to your `groups`

View File

@ -10,6 +10,7 @@ footer: true
logo: yahooweather.png
ha_category: Weather
ha_release: 0.24
ha_iot_class: "Cloud Polling"
---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true
logo: lutron.png
ha_category: Switch
ha_iot_class: "Local Polling"
---
To get your Lutron Caseta switches working with Home Assistant, follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).

View File

@ -10,6 +10,7 @@ footer: true
logo: restful.png
ha_category: Switch
ha_release: 0.7.6
ha_iot_class: "Local Polling"
---

View File

@ -10,6 +10,7 @@ footer: true
logo: telegram.png
ha_category: Hub
ha_release: 0.42
ha_iot_class: "Cloud Push"
---
Use Telegram on your mobile or desktop device to send and receive messages or commands to/from your Home Assistant.

View File

@ -10,6 +10,7 @@ footer: true
logo: volvo.png
ha_category: Hub
ha_release: 0.39
ha_iot_class: "Cloud Polling"
---