mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Fix typo in example (APP_KEY -> API_KEY) (#1230)
This commit is contained in:
parent
ab79ec28bc
commit
05ac937ac0
@ -27,7 +27,7 @@ To add Dark Sky to your installation, add the following to your `configuration.y
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: darksky
|
||||
api_key: YOUR_APP_KEY
|
||||
api_key: YOUR_API_KEY
|
||||
monitored_conditions:
|
||||
- summary
|
||||
- icon
|
||||
|
Loading…
x
Reference in New Issue
Block a user