mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -14,46 +14,44 @@ trigger:
|
||||
|
||||
action:
|
||||
- choose:
|
||||
- alias: "Humidity too high via trigger"
|
||||
conditions:
|
||||
- condition: trigger
|
||||
id: high_humidity
|
||||
sequence:
|
||||
- service: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
- alias: "Humidity too high via trigger"
|
||||
conditions:
|
||||
- condition: trigger
|
||||
id: high_humidity
|
||||
sequence:
|
||||
- action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
- alias: "Humidity too high via manual run"
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.master_bedroom_multisensor_humidity
|
||||
above: input_number.master_bedroom_humidifier_off
|
||||
sequence:
|
||||
- service: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
- alias: "Humidity too high via manual run"
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.master_bedroom_multisensor_humidity
|
||||
above: input_number.master_bedroom_humidifier_off
|
||||
sequence:
|
||||
- action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
- alias: "Humidity too low via trigger"
|
||||
conditions:
|
||||
- condition: trigger
|
||||
id: low_humidity
|
||||
sequence:
|
||||
- alias: "Humidity too low via trigger"
|
||||
conditions:
|
||||
- condition: trigger
|
||||
id: low_humidity
|
||||
sequence:
|
||||
- action: fan.turn_on
|
||||
data:
|
||||
percentage: 33
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
- service: fan.turn_on
|
||||
data:
|
||||
percentage: 33
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
- alias: "Humidity too low via manual run"
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.master_bedroom_multisensor_humidity
|
||||
below: input_number.master_bedroom_humidifier_on
|
||||
sequence:
|
||||
|
||||
- service: fan.turn_on
|
||||
data:
|
||||
percentage: 33
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
- alias: "Humidity too low via manual run"
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.master_bedroom_multisensor_humidity
|
||||
below: input_number.master_bedroom_humidifier_on
|
||||
sequence:
|
||||
- action: fan.turn_on
|
||||
data:
|
||||
percentage: 33
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
Reference in New Issue
Block a user