Compare commits
4 Commits
4667f9e691
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
47ec4b4fde
|
|||
|
22b3234674
|
|||
|
325559fe3d
|
|||
|
4f8a471834
|
@@ -1 +1 @@
|
||||
2024.10.1
|
||||
2025.5.3
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -19,4 +19,8 @@ image
|
||||
*.pem
|
||||
|
||||
/custom_components/hacs
|
||||
/custom_components/dyson_local
|
||||
|
||||
/custom_components/battery_notes
|
||||
/custom_components/dyson_local
|
||||
/custom_components/spook
|
||||
/custom_components/spook_inverse
|
||||
@@ -1 +1,14 @@
|
||||
[]
|
||||
- id: '1724553196564'
|
||||
alias: Goodnight Action
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: event
|
||||
event_data:
|
||||
actionID: B4B3EB14-2508-40F7-883A-204C100B1F2A
|
||||
event_type: ios.action_fired
|
||||
condition: []
|
||||
action:
|
||||
- action: script.goodnight
|
||||
metadata: {}
|
||||
data: {}
|
||||
mode: single
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
bedtime:
|
||||
alias: Bedtime
|
||||
mode: single
|
||||
icon: mdi:bed
|
||||
sequence:
|
||||
- service: media_player.turn_off
|
||||
data: {}
|
||||
@@ -20,5 +22,7 @@ bedtime:
|
||||
data: {}
|
||||
target:
|
||||
entity_id: scene.bedroom_relax
|
||||
mode: single
|
||||
icon: mdi:bed
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: switch.purifier_night_mode
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
goodnight:
|
||||
alias: Goodnight
|
||||
mode: single
|
||||
icon: mdi:sleep
|
||||
sequence:
|
||||
- service: light.turn_off
|
||||
data: {}
|
||||
@@ -9,5 +11,3 @@ goodnight:
|
||||
- bedroom
|
||||
- closet
|
||||
- hallway
|
||||
mode: single
|
||||
icon: mdi:sleep
|
||||
|
||||
9
scripts/wakeup.yaml
Normal file
9
scripts/wakeup.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
wakeup:
|
||||
alias: Wake up
|
||||
mode: single
|
||||
icon: mdi:weather-sunset-up
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id: switch.purifier_night_mode
|
||||
Reference in New Issue
Block a user