Compare commits
2 Commits
325559fe3d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
47ec4b4fde
|
|||
|
22b3234674
|
@@ -1 +1 @@
|
|||||||
2025.2.1
|
2025.5.3
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,6 +19,8 @@ image
|
|||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
/custom_components/hacs
|
/custom_components/hacs
|
||||||
|
|
||||||
|
/custom_components/battery_notes
|
||||||
/custom_components/dyson_local
|
/custom_components/dyson_local
|
||||||
/custom_components/spook
|
/custom_components/spook
|
||||||
/custom_components/spook_inverse
|
/custom_components/spook_inverse
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
- id: '1710275740260'
|
- id: "1710275740260"
|
||||||
alias: Close office blinds
|
alias: Close lab blinds
|
||||||
description: ''
|
description: ""
|
||||||
trigger:
|
trigger:
|
||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunset
|
event: sunset
|
||||||
offset: 0
|
offset: 0
|
||||||
condition: []
|
condition: []
|
||||||
action:
|
action:
|
||||||
- service: cover.close_cover
|
- service: cover.close_cover
|
||||||
metadata: {}
|
metadata: {}
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
area_id: office
|
area_id: lab
|
||||||
mode: single
|
mode: single
|
||||||
|
|||||||
@@ -15,3 +15,5 @@ automation: !include automations.yaml
|
|||||||
automation manual: !include_dir_merge_list automations/
|
automation manual: !include_dir_merge_list automations/
|
||||||
script: !include_dir_merge_named scripts/
|
script: !include_dir_merge_named scripts/
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
|
|
||||||
|
battery_notes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
cover:
|
cover:
|
||||||
- platform: group
|
- platform: group
|
||||||
unique_id: "office_blinds"
|
unique_id: "lab_blinds"
|
||||||
name: "Office Blinds"
|
name: "Lab Blinds"
|
||||||
entities:
|
entities:
|
||||||
- cover.office_blinds_left_cover
|
- cover.lab_blinds_left_cover
|
||||||
- cover.office_blinds_right_cover
|
- cover.lab_blinds_right_cover
|
||||||
|
|||||||
Reference in New Issue
Block a user