Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 19:26:01 +02:00
parent ebc09dbefe
commit 067eb35afa
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
85 changed files with 127 additions and 70 deletions

View file

@ -9,6 +9,8 @@ sharing: true
footer: true
logo: ubiquiti.png
ha_category: Sensor
ha_iot_class: "Local Polling"
ha_release: 0.32
---
@ -19,13 +21,10 @@ To add this platform to your installation, add the following to your `configurat
```yaml
# Example configuration.yaml entry
sensor:
platform: mfi
host: IP_ADDRESS
port: PORT
username: USERNAME
password: PASSWORD
ssl: true
verify_ssl: true
- platform: mfi
host: IP_ADDRESS
username: USERNAME
password: PASSWORD
```
Configuration variables: