l hass: lower dark sensitivity
This commit is contained in:
parent
586ff0a72d
commit
4242c2ad0e
@ -99,7 +99,7 @@ rec {
|
||||
conditions = [
|
||||
{
|
||||
condition = "template";
|
||||
value_template = "{{ trigger.to_state.attributes.illuminance < 13000 }}";
|
||||
value_template = "{{ trigger.to_state.attributes.illuminance < 7500 }}";
|
||||
}
|
||||
{
|
||||
condition = "template";
|
||||
|
Loading…
Reference in New Issue
Block a user