This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Sleep Timer Within Timeframe | |
domain: automation | |
input: | |
timer: | |
name: Timer | |
description: The timer entity | |
selector: | |
entity: | |
domain: timer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Update Thermostat From Persistent Value | |
description: Updates thermostat from persistent value | |
domain: automation | |
input: | |
thermostat: | |
name: Thermostat | |
description: Climate entity which will be updated | |
selector: | |
entity: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: > | |
Target temperature adjustment depending on second temperature sensor and | |
thermostat | |
description: > | |
Sets target temperature depending on second temperature sensor. in addition | |
to this https://gist.github.com/nevesenin/86c471e8ea5ab10a2b9ddcbca6dbbccb | |
blueprint it reads target temperature from a thermostat. | |
domain: automation | |
input: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Climate Control Persist Values | |
description: Stores climate control configuration | |
domain: automation | |
input: | |
climate_source: | |
name: Source Thermostat | |
description: Climate entity which will send the temperature update | |
selector: | |
entity: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Target temperature adjustment depending on second temperature sensor (Fahrenheit) | |
description: > | |
Sets target temperature depending on second temperature sensor. | |
This blueprint is inspired by this blueprint https://community.home-assistant.io/t/tado-set-offset-using-separate-temperature-sensor/288515 | |
created by Sanderma. Since not all thermostat devices have an configurable | |
offset, this blueprint sets the target temperature of the thermostat device | |
depending on a given target temperature and a second temperature sensor. | |
domain: automation | |
input: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Target temperature adjustment depending on second temperature sensor | |
description: > | |
Sets target temperature depending on second temperature sensor. | |
This blueprint is inspired by this blueprint https://community.home-assistant.io/t/tado-set-offset-using-separate-temperature-sensor/288515 | |
created by Sanderma. Since not all thermostat devices have an configurable | |
offset, this blueprint sets the target temperature of the thermostat device | |
depending on a given target temperature and a second temperature sensor. | |
domain: automation | |
input: |