diff --git a/.sops.yaml b/.sops.yaml index cbdec1d..665d500 100755 --- a/.sops.yaml +++ b/.sops.yaml @@ -3,6 +3,7 @@ keys: - &matt age157jemphjzg6zmk373vpccuguyw6e75qnkqmz8pcnn2yue85p939swqqhy0 - &matt_pi4 age13g9a4d4jrvckfddpgn8sm4kjtzajr67le56pfdg78ktr5pd09phq32j89u - &desktop age1jv8ap5zwa49ftv0gg7wqf5ps0e68uuwxe2fekjsn0zkyql964unqyc58rf + - &admin age1xywkclhz9razlgle6xs826qkhgnnmn97azaxv8rcm89za3huhg8qjj2z5h - &jallen-nas age1mn2afyp9my7y7hcyzum0wdwt49zufnkt8swnyy8pj30cwzs4zvgsthj0lt - &pi4 age1llgz23hxtcmfmmfgaffyfr4rcvwv39ntxlj57frdp7t5ct68e9ssn2jhvy creation_rules: diff --git a/automations.yaml b/automations.yaml deleted file mode 100755 index 1d524e2..0000000 --- a/automations.yaml +++ /dev/null @@ -1,288 +0,0 @@ -- id: '1740678838632' - alias: Bedroom Light Switch - description: '' - triggers: - - domain: mqtt - device_id: 8b3a5a5b6faaba744c70ee940446a8af - type: action - subtype: on-press - trigger: device - id: on press - - domain: mqtt - device_id: 8b3a5a5b6faaba744c70ee940446a8af - type: action - subtype: off-press - trigger: device - id: off press - - domain: mqtt - device_id: 8b3a5a5b6faaba744c70ee940446a8af - type: action - subtype: up-press - trigger: device - id: up press - - domain: mqtt - device_id: 8b3a5a5b6faaba744c70ee940446a8af - type: action - subtype: down-press - trigger: device - id: down press - conditions: [] - actions: - - choose: - - conditions: - - condition: trigger - id: - - on press - sequence: - - action: light.turn_on - metadata: {} - data: - transition: 2 - brightness_pct: 100 - kelvin: 6004 - target: - entity_id: light.bedroom_lights - - conditions: - - condition: trigger - id: - - off press - sequence: - - action: light.turn_off - metadata: {} - data: - transition: 2 - target: - entity_id: light.bedroom_lights - - conditions: - - condition: trigger - id: - - up press - sequence: - - device_id: 44f4ce3a35528dc7874069d4935e8b96 - domain: light - entity_id: d733cc686a1202a747a1b8982a5b129b - type: brightness_increase - - device_id: eb41c45109c032c15c45516dd26debce - domain: light - entity_id: 627446070b5b0b33cf3cf93ef723c4dd - type: brightness_increase - - conditions: - - condition: trigger - id: - - down press - sequence: - - device_id: 44f4ce3a35528dc7874069d4935e8b96 - domain: light - entity_id: d733cc686a1202a747a1b8982a5b129b - type: brightness_decrease - - device_id: eb41c45109c032c15c45516dd26debce - domain: light - entity_id: 627446070b5b0b33cf3cf93ef723c4dd - type: brightness_decrease - mode: single -- id: '1740697291423' - alias: Living Rooom Lights - description: '' - triggers: - - domain: mqtt - device_id: b4fb325dfe68d4f80391417998f35843 - type: action - subtype: on-press - trigger: device - id: on press - - domain: mqtt - device_id: b4fb325dfe68d4f80391417998f35843 - type: action - subtype: off-press - trigger: device - id: off press - - domain: mqtt - device_id: b4fb325dfe68d4f80391417998f35843 - type: action - subtype: up-press - trigger: device - id: up press - - domain: mqtt - device_id: b4fb325dfe68d4f80391417998f35843 - type: action - subtype: down-press - trigger: device - id: down press - - domain: mqtt - device_id: b4fb325dfe68d4f80391417998f35843 - type: action - subtype: on-hold - trigger: device - id: on-hold - conditions: [] - actions: - - choose: - - conditions: - - condition: trigger - id: - - on press - sequence: - - action: light.turn_on - metadata: {} - data: - transition: 2 - brightness_pct: 100 - kelvin: 6004 - target: - entity_id: - - light.living_room_lights - - conditions: - - condition: trigger - id: - - off press - sequence: - - action: light.turn_off - metadata: {} - data: - transition: 2 - target: - entity_id: - - light.living_room_lights - - conditions: - - condition: trigger - id: - - up press - sequence: - - device_id: b4eb91155f9055a0c60ef550df160a27 - domain: light - entity_id: 199c07d0f6e74e9e9e233231a7865225 - type: brightness_increase - - device_id: 9780865b63490c56c106b6d6a7ab0a12 - domain: light - entity_id: 68f196203d0d94582df8ee8349fc8add - type: brightness_increase - - conditions: - - condition: trigger - id: - - down press - sequence: - - device_id: b4eb91155f9055a0c60ef550df160a27 - domain: light - entity_id: 199c07d0f6e74e9e9e233231a7865225 - type: brightness_decrease - - device_id: 9780865b63490c56c106b6d6a7ab0a12 - domain: light - entity_id: 68f196203d0d94582df8ee8349fc8add - type: brightness_decrease - - conditions: - - condition: trigger - id: - - on-hold - sequence: - - action: light.turn_on - metadata: {} - data: - transition: 0 - brightness_pct: 100 - rgb_color: - - 224 - - 27 - - 36 - target: - entity_id: light.living_room_lights - mode: single -- id: '1740757743088' - alias: Front Closet Lights - description: '' - triggers: - - type: present - device_id: c6519ea1e715f397dbbf7b73452f9e49 - entity_id: c3a7b8892b8b372d2c40556e770ddc68 - domain: binary_sensor - trigger: device - id: present - - type: not_present - device_id: c6519ea1e715f397dbbf7b73452f9e49 - entity_id: c3a7b8892b8b372d2c40556e770ddc68 - domain: binary_sensor - trigger: device - for: - hours: 0 - minutes: 0 - seconds: 5 - id: empty - conditions: [] - actions: - - choose: - - conditions: - - condition: trigger - id: - - present - sequence: - - action: light.turn_on - metadata: {} - data: - transition: 2 - brightness_pct: 100 - kelvin: 6010 - target: - entity_id: - - light.front_closet_light_1 - - light.front_closet_light_2 - - conditions: - - condition: trigger - id: - - empty - sequence: - - action: light.turn_off - metadata: {} - data: - transition: 2 - target: - entity_id: - - light.front_closet_light_1 - - light.front_closet_light_2 - mode: single -- id: '1740758045438' - alias: Bedroom Closet Light - description: '' - triggers: - - type: present - device_id: f5d95e37bec52853cf23cc1f476252c2 - entity_id: 2875db0f169ea4c4086d2ff9781eb611 - domain: binary_sensor - trigger: device - for: - hours: 0 - minutes: 0 - seconds: 0 - id: present - - type: not_present - device_id: f5d95e37bec52853cf23cc1f476252c2 - entity_id: 2875db0f169ea4c4086d2ff9781eb611 - domain: binary_sensor - trigger: device - for: - hours: 0 - minutes: 0 - seconds: 5 - id: empty - conditions: [] - actions: - - choose: - - conditions: - - condition: trigger - id: - - present - sequence: - - action: switch.turn_on - metadata: {} - data: {} - target: - entity_id: switch.smart_plug_1 - - conditions: - - condition: trigger - id: - - empty - sequence: - - action: switch.turn_off - metadata: {} - data: {} - target: - entity_id: switch.smart_plug_1 - mode: single diff --git a/secrets/secrets.yaml b/secrets/secrets.yaml index 36a083c..b5d793a 100755 --- a/secrets/secrets.yaml +++ b/secrets/secrets.yaml @@ -32,6 +32,9 @@ jallen-nas: wireguard: private: ENC[AES256_GCM,data:/nOkn5nMrEEeKi1ySo9fAp+r1lQL02k0FZA99hUIKq7THvVWNaQ/Z6paoJU=,iv:iCTfGSdjJ0wMwv/34dv2ygKSm3qAJq6czOErMaFqHtg=,tag:EJZzBlVB5FSvveo5MWtC1g==,type:str] public: ENC[AES256_GCM,data:rOmyhwpolxNV2JroLdh90gYAuCGNZu/gY5NBxkHHNJ+qEblmDsom9alNHMQ=,iv:bF+XCO9lPHopLCEILTT4gA349d/Sa5qReSKN70EA3d4=,tag:Yx2TL/37n5Uohlwnlx97vg==,type:str] + nix-serve: + cache-priv-key-pem: ENC[AES256_GCM,data:PkScK3BDIT9YEh3dxnZDu98ofVzUInCU+3CDcAkIPB19mb4IdaCEEGF6op9afQlHfQBEQ0CEOhpzmko23rUKYSiCACA7lviaZRLIrGzR52SuMrzVQklEOJXxpr4i664vVX+MLnUf86u1g3Yp,iv:+0Xbq7+glJaCdeJk3xRIqYND77Qs2m3EWTDpe8EUx+o=,tag:dyS/hYnsDUQSvlOQXkbjqw==,type:str] + cache-pub-key-pem: ENC[AES256_GCM,data:AUC8wUnUKGGqnISgPYS0XyvtLRiaBAv9z+Rva9+eqRdsY1ltdEm2oBeQ8zaTyjtG+Y+5RG9MbEj18OB9sMK/Tg==,iv:2Uv8XLyKwfxzWDGOxc533kj4OqwzDttLwq1nH4I1yWA=,tag:j66BtAyXSayxEqk4VQ1e2g==,type:str] desktop: matt_password: ENC[AES256_GCM,data:z/Jjzr+/PREpNEQsAVl4soeKAwW3sdteIqjhZT2txQDiR0FvGvEBoE/aYCM9NS7XSCgTeTuOqgBGfq4xDLc5/ZBAl7KoGHmKIQ==,iv:qVONkw8PDI2ydqybqGIU2XFq4+qC1BeXnfwxbxbWBww=,tag:eYOD2EoBn9XMiYOaBDFlRw==,type:str] hass_token: ENC[AES256_GCM,data:un4uyUPcr6g8IIWlXvTCpQ5hXms9FZxaVQz+fk1HMNRdfToTI7OLv8XyYOZ4NOZk5OJcLUUcu2S6zDKL0nc6PUqKD/8X8Rc4wVxEPoAZHiH3EBwuj3LSQac9m2Qlgs17vdfRGkpCt52h5ayPwItop1eb222MXHnQWPsslWT7RIN+kuzQ8prj7MU3ag6lqH8dDZjYQutskF1VkXWolQZkAG8gGZPK+C0BXB5Kxlpx4nYD/pQs2eKr,iv:qR5Jn4QcDISEcLzwmPa7hj9+u5JcQuzdB0qLxlYeK8s=,tag:tSN0CaQz6WsFSw+0fVrDYA==,type:str] @@ -92,8 +95,8 @@ sops: UGhsN2N0Mjl3UEJvUVlGRlJiN05WaUkKW37lU4G4CLTo6JoHC2OyhKsG/FuO+BiN pzlVJwzRnmAqwklRbc6RMbQLl2EQrp6KQcgYsUxCMH9OQ/9WJ98dxQ== -----END AGE ENCRYPTED FILE----- - lastmodified: "2025-03-18T02:28:46Z" - mac: ENC[AES256_GCM,data:m6QnoyNBXQG/mZapncFIFZwNp8H8S8TqPrVMqGgY3fp7kxBJpt1qn55ZgvrMO65NjVBSTC0gWOZtZD8caVttkWqfTb8r+nqMerCiby3EqqJMJjCvF8Eg9DQojXmnazoG28shZquoWp1Cb8nZeuPR7C2ChnQ4A3dG2y1qQmntSRY=,iv:aFTDi5GqIt4ruv2IPBkFjUufwYOw9xqPyFJ9kp9+HR0=,tag:haCLuk1a92NtszzfvEYiSQ==,type:str] + lastmodified: "2025-03-18T02:59:14Z" + mac: ENC[AES256_GCM,data:RiEa8ypToJkjjLJ4wW7ttlN5oPovGnjcnb4klf3um6VHgWE2+k8E3Il5Q8S4eS9y4f8Fh5AV+EqTtL+NZyCP+rut7yrGfECcq7CTaTuj9AIGfPT/AMA1yKDVnLUD9r8cJEayaLSJ4SJzy77vjsbbVy5ILOIiE8Ah4HRl0wJs7rs=,iv:Ns3DMy+SAxDaYW7KBrZ5B7HYr/S0DjYO3T0KKDvBU5I=,tag:ANQOpjMvbrbbFvqNkbb8nQ==,type:str] pgp: [] unencrypted_suffix: _unencrypted version: 3.9.4