Add 'ha_iot_class'
This commit is contained in:
parent
ebc09dbefe
commit
067eb35afa
85 changed files with 127 additions and 70 deletions
|
@ -9,6 +9,7 @@ sharing: true
|
|||
footer: true
|
||||
logo: netatmo.png
|
||||
ha_category: Weather
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
### {% linkable_title Basic Configuration %}
|
||||
|
@ -28,14 +29,14 @@ To enable the Netatmo sensor, you first have to set up [netatmo](/components/net
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: netatmo
|
||||
station: STATION_NAME
|
||||
modules:
|
||||
module_name1:
|
||||
- temperature
|
||||
module_name2:
|
||||
- temperature
|
||||
- battery_vp
|
||||
- platform: netatmo
|
||||
station: STATION_NAME
|
||||
modules:
|
||||
module_name1:
|
||||
- temperature
|
||||
module_name2:
|
||||
- temperature
|
||||
- battery_vp
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue