me like nix
0

Configure Feed

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

remove automation

author
Sean Aye
date (Jun 24, 2026, 11:16 PM -0400) commit 94932606 parent c6715c95 change-id wnrytnzk
-22
-22
modules/home-automation.nix
··· 168 168 mqtt = { }; 169 169 automation = [ 170 170 { 171 - id = "1761448856909"; 172 - alias = "Cool at night"; 173 - trigger = [ 174 - { 175 - platform = "time"; 176 - at = "23:00:00"; 177 - } 178 - ]; 179 - condition = [ ]; 180 - action = [ 181 - { 182 - action = "climate.set_temperature"; 183 - target.device_id = "bfe22d32a4532f8ae991d6daffb48267"; 184 - data = { 185 - hvac_mode = "cool"; 186 - temperature = 20; 187 - }; 188 - } 189 - ]; 190 - mode = "single"; 191 - } 192 - { 193 171 id = "1766153071796"; 194 172 alias = "Close Garage Door"; 195 173 trigger = [