me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

remote turn on heat in morning

author
Sean Aye
date (Apr 14, 2026, 11:07 AM -0400) commit e5027ac5 parent 142bfc44 change-id ztmuslvx
+1 -22
+1
modules/apps.nix
··· 95 95 enabledPlugins = { 96 96 "rust-analyzer-lsp@claude-plugins-official" = true; 97 97 "typescript-lsp@claude-plugins-official" = true; 98 + "caveman@caveman" = true; 98 99 }; 99 100 hooks = { 100 101 Notification = [
-22
modules/home-automation.nix
··· 182 182 mode = "single"; 183 183 } 184 184 { 185 - id = "1766200000001"; 186 - alias = "Raise heat in morning"; 187 - trigger = [ 188 - { 189 - platform = "time"; 190 - at = "07:00:00"; 191 - } 192 - ]; 193 - condition = [ ]; 194 - action = [ 195 - { 196 - action = "climate.set_temperature"; 197 - target.device_id = "bfe22d32a4532f8ae991d6daffb48267"; 198 - data = { 199 - hvac_mode = "heat"; 200 - temperature = 20; 201 - }; 202 - } 203 - ]; 204 - mode = "single"; 205 - } 206 - { 207 185 id = "1766153071796"; 208 186 alias = "Close Garage Door"; 209 187 trigger = [