alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remove automation
author
Sean Aye
date
16 hours ago
(Jun 24, 2026, 11:16 PM -0400)
commit
94932606
94932606c99f42f245d444edcb771bf1ff9fa816
parent
c6715c95
c6715c95c2e6fbd34c9a78f61a01b8cb728fbcf9
change-id
wnrytnzk
wnrytnzkytyunuqxtqlszmzymyqnmlvw
-22
1 changed file
Expand all
Collapse all
Unified
Split
modules
home-automation.nix
-22
modules/home-automation.nix
Reviewed
···
168
168
mqtt = { };
169
169
automation = [
170
170
{
171
171
-
id = "1761448856909";
172
172
-
alias = "Cool at night";
173
173
-
trigger = [
174
174
-
{
175
175
-
platform = "time";
176
176
-
at = "23:00:00";
177
177
-
}
178
178
-
];
179
179
-
condition = [ ];
180
180
-
action = [
181
181
-
{
182
182
-
action = "climate.set_temperature";
183
183
-
target.device_id = "bfe22d32a4532f8ae991d6daffb48267";
184
184
-
data = {
185
185
-
hvac_mode = "cool";
186
186
-
temperature = 20;
187
187
-
};
188
188
-
}
189
189
-
];
190
190
-
mode = "single";
191
191
-
}
192
192
-
{
193
171
id = "1766153071796";
194
172
alias = "Close Garage Door";
195
173
trigger = [