Add missing example (fixes #4269) (#4275)

This commit is contained in:
Fabian Affolter 2017-12-25 21:25:48 +01:00 committed by GitHub
parent 73403080ac
commit 544fbab64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 160 additions and 1 deletions

View file

@ -51,7 +51,7 @@ In the event of the sun setting:
Turn on the lights
```
Look [here](https://github.com/home-assistant/home-assistant/blob/master/config/custom_components/example.py) for a comprehensive example of a home automation component.
Look [here](/python_component_automation/) for a comprehensive example of a home automation component.
### {% linkable_title The full picture %}