Personal collection of Home Assistant blueprints, automations, and integrations.
| Blueprint | Description |
|---|---|
| Window Open – Climate Off (Restore Mode) | Turns off a climate device when a window opens. When the window closes, choose to restore the previous state or switch to HVAC mode auto. Supports optional delay times and custom actions. |
| Window Open – Climate Off (Advanced) | Extended version: choose to restore the previous state or set a specific HVAC mode. When not using auto, also control the temperature — restore the saved value, set a fixed target, or leave it unchanged. |
| Heating Control – Away & Coming Home | Controls all heating devices based on zone.home. Switches all heaters to the Away preset when nobody is home, and to the Home preset when someone returns. Supports optional window sensors per heater — open windows are skipped. |
| Heating – Away & Home | Minimal blueprint: switches a single climate entity between Away and Home preset based on zone.home. Ideal for systems like Tado where one device controls the whole home. |
Copy the desired YAML file into your Home Assistant config directory under the matching path, e.g.:
config/
└── blueprints/
└── automation/
└── window-open-climate-restore-mode.yaml
Then reload blueprints in Home Assistant: Settings → Automations → Blueprints → Reload.