From 8189fb753d560fda22cef1d889eeb323e256ee19 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 Sep 2013 21:25:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 105c989cdef..3bd20a8c761 100644 --- a/README.md +++ b/README.md @@ -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 [LightTrigger.py](https://github.com/balloob/home-assistant/blob/master/homeassistant/actor/LightTrigger.py). +These rules are currently implemented in the file [actors.py](https://github.com/balloob/home-assistant/blob/master/homeassistant/actors.py).