Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nevesenin's full-sized avatar

Merten Falk nevesenin

  • Lionizers
  • Hamburg
View GitHub Profile
blueprint:
name: Sleep Timer Within Timeframe
domain: automation
input:
timer:
name: Timer
description: The timer entity
selector:
entity:
domain: timer
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:
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:
@nevesenin
nevesenin / climate_control_persist_values.yaml
Last active February 7, 2022 20:39
homeassistant_climate_control
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:
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:
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: