Skip to content

Commit

Permalink
Merge pull request #49 from thundergreen/patch-4
Browse files Browse the repository at this point in the history
adding illuminance	 in example
  • Loading branch information
benleb authored Aug 11, 2020
2 parents c854581 + aea02a8 commit 7479336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ livingroom:
# This rule has the lights set to 0, so they will no turn on during this time period
- { starttime: "23:30", name: more_night, light: 0 }
# If you are using an illuminance sensor you can set the lowest value here that blocks the lights turning on if its already light enough
illuminance: sensor.illuminance_livingroom
illuminance_threshold: 100
# You can specify a light group or list of lights here
lights:
Expand Down

0 comments on commit 7479336

Please sign in to comment.