Skip to content

Commit 05ac937

Browse files
magicusfabaff
authored andcommitted
Fix typo in example (APP_KEY -> API_KEY) (home-assistant#1230)
1 parent ab79ec2 commit 05ac937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.darksky.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To add Dark Sky to your installation, add the following to your `configuration.y
2727
# Example configuration.yaml entry
2828
sensor:
2929
- platform: darksky
30-
api_key: YOUR_APP_KEY
30+
api_key: YOUR_API_KEY
3131
monitored_conditions:
3232
- summary
3333
- icon

0 commit comments

Comments
 (0)