diff --git a/README.md b/README.md index d486014..1c183f5 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Occupancy Simulator: - `log_msg` set this to any value to make `OccuSim` log its scheduled activities - `notify` set this to any value to make `OccuSim` send a notification for its scheduled activities - `enable` (optional) set to the name of an input boolean, and the value it needs to be to enable `OccuSim`. If omitted, `OccuSim` will always be active. -- 1select` (optional) set the name of an input select that will have its value checked at execution time. If the current state of the input select matches any of the listed states, occusim will be active. e.g.: `select: input_select.mode,Day,Night` +- `select` (optional) set the name of an input select that will have its value checked at execution time. If the current state of the input select matches any of the listed states, occusim will be active. e.g.: `select: input_select.mode,Day,Night` - `test` (optional) set to "1" to have occusim run, but not activate any lights or scenes. Use with `log_msg` to test settings and times. If set to anything else, or not present, test mode will not be enabled. - `dump_times` (optional) set to any value to dump a list of the times events will happen when the app is first initialized and every night at the reset time. - `reset_time` (optional) time at which `OccuSim` re-calculates the new set of random times for the day ahead. Defaults to 3am.