[2026-09-15] eagle: family/how-to/ha-automations.md family/how-to/nodered-ventilation.md
This commit is contained in:
@@ -64,10 +64,10 @@ triggers:
|
||||
type: illuminance # sensor.shower_2_presence_sensor_illuminance
|
||||
device_id: 4095e7c3b47b9dc9640cfb8c3aeff022
|
||||
entity_id: df9fe40b9d96de3b1bdeeb62707a7cab
|
||||
below: 8
|
||||
below: 6 # ✅ применено 2026-09-15 (было 8)
|
||||
conditions:
|
||||
- condition: device
|
||||
type: is_illuminance ... below: 8
|
||||
type: is_illuminance ... below: 6
|
||||
- condition: device
|
||||
type: is_occupied
|
||||
actions: # turn_on
|
||||
@@ -81,7 +81,7 @@ mode: single
|
||||
```yaml
|
||||
triggers:
|
||||
- type: not_occupied # присутствие пропало
|
||||
- type: illuminance ... above: 8
|
||||
- type: illuminance ... above: 6 # ✅ применено 2026-09-15 (было 8)
|
||||
conditions: [] # ⚠️ ПУСТО — нет ни одного условия
|
||||
actions: # turn_off switch.night_light_shower_2
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user