update
This commit is contained in:
parent
a18e244ba5
commit
05a9d96d4e
26 changed files with 861 additions and 182 deletions
16
server/home-assistant/heating.nix
Normal file
16
server/home-assistant/heating.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
services.home-assistant.config.automation = [
|
||||
{
|
||||
description = "Pause Heating when Window opens";
|
||||
alias = "Heating Pause";
|
||||
use_blueprint = {
|
||||
path = "raffy-ops/hvac_pause.yaml";
|
||||
input = {
|
||||
climate_device = "climate.shellyblutrv_286847ef7fc0";
|
||||
doors_windows = "binary_sensor.shelly_blu_door_window_3a5a_window";
|
||||
action_first = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue