mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
update docs
This commit is contained in:
@@ -12,7 +12,7 @@ following to your config/configuration.yaml
|
|||||||
sensor:
|
sensor:
|
||||||
platform: openweathermap
|
platform: openweathermap
|
||||||
api_key: YOUR_APP_KEY
|
api_key: YOUR_APP_KEY
|
||||||
monitored_variables:
|
monitored_conditions:
|
||||||
- weather
|
- weather
|
||||||
- temperature
|
- temperature
|
||||||
- wind_speed
|
- wind_speed
|
||||||
@@ -30,13 +30,7 @@ To retrieve this value log into your account at http://openweathermap.org/
|
|||||||
|
|
||||||
monitored_conditions
|
monitored_conditions
|
||||||
*Required
|
*Required
|
||||||
An array specifying the variables to monitor.
|
Conditions to monitor. See the configuration example above for a
|
||||||
|
|
||||||
These are the variables for the monitored_conditions array:
|
|
||||||
|
|
||||||
type
|
|
||||||
*Required
|
|
||||||
The variable you wish to monitor, see the configuration example above for a
|
|
||||||
list of all available conditions to monitor.
|
list of all available conditions to monitor.
|
||||||
|
|
||||||
Details for the API : http://bugs.openweathermap.org/projects/api/wiki
|
Details for the API : http://bugs.openweathermap.org/projects/api/wiki
|
||||||
|
Reference in New Issue
Block a user