[2026-09-15] eagle: family/how-to/ha-automations.md family/how-to/nodered-ventilation.md

This commit is contained in:
Alexey Martemyanov
2026-09-15 10:56:49 +06:00
parent a0a92f440a
commit 8fd3757a9d
2 changed files with 22 additions and 3 deletions
+3 -3
View File
@@ -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