1
0
Fork 0

Change Entfeuchter thresholds

This commit is contained in:
Malte Brandy 2022-01-03 10:37:19 +01:00
parent 366090ad67
commit 667cbf4554

View file

@ -111,14 +111,14 @@ in
conditions = [{
condition = "or";
conditions = [
{ condition = "numeric_state"; entity_id = "sensor.schlafzimmer_humidity"; below = 64; }
{ condition = "numeric_state"; entity_id = "sensor.schlafzimmer_humidity"; below = 69; }
{ condition = "state"; entity_id = "binary_sensor.schlafzimmerfenster"; state = "on"; }
];
}];
sequence = { service = "switch.turn_off"; target.entity_id = "switch.luftentfeuchter"; };
}
{
conditions = [{ condition = "numeric_state"; entity_id = "sensor.schlafzimmer_humidity"; above = 66; }];
conditions = [{ condition = "numeric_state"; entity_id = "sensor.schlafzimmer_humidity"; above = 71; }];
sequence = { service = "switch.turn_on"; target.entity_id = "switch.luftentfeuchter"; };
}
];