Skip to content

Instantly share code, notes, and snippets.

@clausd84
clausd84 / tado_temp_offset.yaml
Last active May 5, 2025 13:11 — forked from sanderma/tado_temp_offset.yaml
Homeassistant blueprint to set Tado offset using separate temperature sensor
blueprint:
name: Tado temperature offset v1.5.2
description: |
Ensure the Tado smart valve aligns with the temperature of a separate sensor.
Adjusts the offset only when the difference exceeds ±0.5°C and incorporates hysteresis.
Changelog:
- v1.4: Initial implementation to adjust the Tado offset based on an external sensor.
- v1.4.1: Adjusted triggers to apply a 5-minute delay for state changes to reduce sensitivity to transient fluctuations.
- v1.4.2: Further ensured the state persists for 5 minutes to reduce unnecessary trigger activations and improve stability.