Update README.md

This commit is contained in:
Paulus Schoutsen 2013-09-21 18:10:16 -07:00
parent e6bdded90c
commit 9258aa43c7
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ This allows us to implement simple business rules to easily customize or extend
If the lights are off and the combined state of all tracked device equals 'Home':
Turn on the lights
These rules are currently implemented in the file [HueTrigger.py](https://github.com/balloob/home-assistant/blob/master/app/actor/HueTrigger.py).
These rules are currently implemented in the file [LightTrigger.py](https://github.com/balloob/home-assistant/blob/master/homeassistant/actor/LightTrigger.py).