Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b129854f54 | ||
|
|
fa1ace8731 |
@@ -111,7 +111,7 @@ bedroom_heatpump:
|
|||||||
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
|
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
|
||||||
quiet: True
|
quiet: True
|
||||||
|
|
||||||
target_temperature: sensor.target_temperature_heatpump # + 0.5
|
target_temperature: sensor.target_temperature_heatpump - 0.5
|
||||||
hvac_mode: "binary_sensor.heatpump_winter_mode ? 'heat' : 'cool'"
|
hvac_mode: "binary_sensor.heatpump_winter_mode ? 'heat' : 'cool'"
|
||||||
fan_mode: sensor.bedroom_heatpump_fan_mode
|
fan_mode: sensor.bedroom_heatpump_fan_mode
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,6 @@ light_ambiance:
|
|||||||
class: SmartLight
|
class: SmartLight
|
||||||
entity: light.desk_ambiance
|
entity: light.desk_ambiance
|
||||||
|
|
||||||
smart_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
|
smart_conditions:
|
||||||
|
trigger_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
|
||||||
|
blocking_conditions: binary_sensor.is_desk_sleeping
|
||||||
Reference in New Issue
Block a user