From dfd8078d7f9e435a6d7d63c8248ac1ea4896944f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 6 Dec 2023 22:48:09 -0500 Subject: [PATCH] Lower upper Lux range value to 200 --- README.md | 2 +- supersensor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a28a821..e56f365 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ of say 30 lux: then, while the light is on, "light presence" is detected, and when the light is off, "light presence" is cleared. Light presence can be used standalone or as part of the integrated occupancy sensor (below). -Valid range is 0 lux (always on) to 500 lux, in 5 lux increments. +Valid range is 0 lux (always on) to 200 lux, in 5 lux increments. Default value is 30 lux. ### PIR Hold Time diff --git a/supersensor.yaml b/supersensor.yaml index de0bfef..1c1e657 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -626,7 +626,7 @@ number: id: light_presence_threshold_setter optimistic: true min_value: 0 - max_value: 500 + max_value: 200 step: 5 restore_value: true initial_value: 30