stockholm/makefu/2configs/home/ham/multi/heizung.nix

12 lines
265 B
Nix
Raw Normal View History

2022-12-04 20:53:01 +00:00
{
services.home-assistant.config =
{
# 18 Grad
script.alle_heizungen_aus.sequence = [{
service = "climate.set_temperature";
target.entity_id = [ "climate.wohnzimmer_heizung" ];
data.temperature = "18.0";
}];
};
}