mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -77,7 +77,7 @@ action:
|
||||
nursery_fan_speed: "{{((states('sensor.nursery_multisensor_air_temperature') | float(default=0) - states('input_number.nursery_fan_min_temp') | float(default=0))/(states('input_number.nursery_fan_high_temp') | float(default=1) - states('input_number.nursery_fan_min_temp') | float(default=0)) * 100)|int(default=0) }}"
|
||||
master_bedroom_fan_speed: "{{((states('sensor.master_bedroom_multisensor_air_temperature') | float(default=0) - states('input_number.master_bedroom_fan_min_temp') | float(default=0))/(states('input_number.master_bedroom_fan_high_temp') | float(default=1) - states('input_number.master_bedroom_fan_min_temp') | float(default=0)) * 100)|int(default=0) }}"
|
||||
|
||||
# - service: logbook.log
|
||||
# - action: logbook.log
|
||||
# data_template:
|
||||
# name: Automatic Fan Speeds
|
||||
# entity_id: automation.automatic_fan_speeds
|
||||
@@ -105,7 +105,7 @@ action:
|
||||
state: "on"
|
||||
sequence:
|
||||
- alias: "Turn nursery fan off because it is too cold outside"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
- conditions:
|
||||
@@ -127,7 +127,7 @@ action:
|
||||
state: "off"
|
||||
sequence:
|
||||
- alias: "Turn nursery fan off because room isn't occupied"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
- conditions:
|
||||
@@ -141,7 +141,7 @@ action:
|
||||
state: "on"
|
||||
sequence:
|
||||
- alias: "Turn nursery fan off because the room is too cool"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
- conditions:
|
||||
@@ -155,7 +155,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn nursery fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
data:
|
||||
@@ -172,7 +172,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn nursery fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
data:
|
||||
@@ -189,7 +189,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn nursery fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.nursery
|
||||
data:
|
||||
@@ -204,7 +204,7 @@ action:
|
||||
below: input_number.master_bedroom_fan_min_temp
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan off because it is too cold outside"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
- conditions:
|
||||
@@ -226,7 +226,7 @@ action:
|
||||
state: "off"
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan off because room isn't occupied"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
@@ -241,7 +241,7 @@ action:
|
||||
state: "on"
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan off because the room is too cool"
|
||||
service: fan.turn_off
|
||||
action: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
|
||||
@@ -256,7 +256,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
data:
|
||||
@@ -273,7 +273,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
data:
|
||||
@@ -290,7 +290,7 @@ action:
|
||||
|
||||
sequence:
|
||||
- alias: "Turn master bedroom fan on to percentage speed"
|
||||
service: fan.set_percentage
|
||||
action: fan.set_percentage
|
||||
target:
|
||||
entity_id: fan.master_bedroom
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user