Fix typo in example (APP_KEY -> API_KEY) (#1230)
This commit is contained in:
parent
ab79ec28bc
commit
05ac937ac0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ To add Dark Sky to your installation, add the following to your `configuration.y
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: darksky
|
- platform: darksky
|
||||||
api_key: YOUR_APP_KEY
|
api_key: YOUR_API_KEY
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- summary
|
- summary
|
||||||
- icon
|
- icon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue