Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 18:45:30 +02:00
parent b705dbaf4f
commit 11f21d9d96
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
70 changed files with 148 additions and 96 deletions

View file

@ -9,6 +9,8 @@ sharing: true
footer: true
logo: honeywell.png
ha_category: Climate
ha_release: pre 0.7
ha_iot_class: "Cloud Polling"
---
@ -18,10 +20,10 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml
climate:
platform: honeywell
username: YOUR_USERNAME
password: YOUR_PASSWORD
scan_interval: 600
- platform: honeywell
username: YOUR_USERNAME
password: YOUR_PASSWORD
scan_interval: 600
```
<p class='note'>
Scan interval is expressed in seconds. Omitting scan_interval may result in too-frequent polling and cause you to rate-limited by Honeywell.