Compare commits

..

2 Commits

Author SHA1 Message Date
47ec4b4fde 🚚 moving some things around 2025-06-09 16:51:29 -04:00
22b3234674 add battery_notes 2025-03-02 19:21:23 -05:00
5 changed files with 20 additions and 16 deletions

View File

@@ -1 +1 @@
2025.2.1
2025.5.3

2
.gitignore vendored
View File

@@ -19,6 +19,8 @@ image
*.pem
/custom_components/hacs
/custom_components/battery_notes
/custom_components/dyson_local
/custom_components/spook
/custom_components/spook_inverse

View File

@@ -1,15 +1,15 @@
- id: '1710275740260'
alias: Close office blinds
description: ''
- id: "1710275740260"
alias: Close lab blinds
description: ""
trigger:
- platform: sun
event: sunset
offset: 0
- platform: sun
event: sunset
offset: 0
condition: []
action:
- service: cover.close_cover
metadata: {}
data: {}
target:
area_id: office
- service: cover.close_cover
metadata: {}
data: {}
target:
area_id: lab
mode: single

View File

@@ -15,3 +15,5 @@ automation: !include automations.yaml
automation manual: !include_dir_merge_list automations/
script: !include_dir_merge_named scripts/
scene: !include scenes.yaml
battery_notes:

View File

@@ -1,7 +1,7 @@
cover:
- platform: group
unique_id: "office_blinds"
name: "Office Blinds"
unique_id: "lab_blinds"
name: "Lab Blinds"
entities:
- cover.office_blinds_left_cover
- cover.office_blinds_right_cover
- cover.lab_blinds_left_cover
- cover.lab_blinds_right_cover