Added one more configuration for netatmo: station (#516)
This commit is contained in:
parent
b174046dfc
commit
464ded7d8b
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ sensor:
|
||||||
secret_key: YOUR_SECRET_KEY
|
secret_key: YOUR_SECRET_KEY
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
|
station: STATION_NAME
|
||||||
modules:
|
modules:
|
||||||
module_name1:
|
module_name1:
|
||||||
- temperature
|
- temperature
|
||||||
|
@ -48,6 +49,7 @@ Configuration variables:
|
||||||
- **secret_key** (*Required*): Your netatmo secret key
|
- **secret_key** (*Required*): Your netatmo secret key
|
||||||
- **username** (*Required*): Username for the netatmo account.
|
- **username** (*Required*): Username for the netatmo account.
|
||||||
- **password** (*Required*): Password for the netatmo account.
|
- **password** (*Required*): Password for the netatmo account.
|
||||||
|
- **station**: The name of the weather station. Needed if several stations are associated with the account.
|
||||||
- **modules** (*Required*): Modules to use. Multiple entries allowed.
|
- **modules** (*Required*): Modules to use. Multiple entries allowed.
|
||||||
- **module_name** array (*Required*): Name of the module.
|
- **module_name** array (*Required*): Name of the module.
|
||||||
- **temperature**: Current temperature.
|
- **temperature**: Current temperature.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue