Compare commits
No commits in common. "325559fe3dabf1b3f1f98796a1935f553dfd7494" and "4667f9e69160bfd594dfbeaf615d038c87fed4e0" have entirely different histories.
325559fe3d
...
4667f9e691
@ -1 +1 @@
|
|||||||
2025.2.1
|
2024.10.1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,5 +20,3 @@ image
|
|||||||
|
|
||||||
/custom_components/hacs
|
/custom_components/hacs
|
||||||
/custom_components/dyson_local
|
/custom_components/dyson_local
|
||||||
/custom_components/spook
|
|
||||||
/custom_components/spook_inverse
|
|
@ -1,14 +1 @@
|
|||||||
- 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,7 +1,5 @@
|
|||||||
bedtime:
|
bedtime:
|
||||||
alias: Bedtime
|
alias: Bedtime
|
||||||
mode: single
|
|
||||||
icon: mdi:bed
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: media_player.turn_off
|
- service: media_player.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
@ -22,7 +20,5 @@ bedtime:
|
|||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: scene.bedroom_relax
|
entity_id: scene.bedroom_relax
|
||||||
- service: switch.turn_on
|
mode: single
|
||||||
data: {}
|
icon: mdi:bed
|
||||||
target:
|
|
||||||
entity_id: switch.purifier_night_mode
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
goodnight:
|
goodnight:
|
||||||
alias: Goodnight
|
alias: Goodnight
|
||||||
mode: single
|
|
||||||
icon: mdi:sleep
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
@ -11,3 +9,5 @@ goodnight:
|
|||||||
- bedroom
|
- bedroom
|
||||||
- closet
|
- closet
|
||||||
- hallway
|
- hallway
|
||||||
|
mode: single
|
||||||
|
icon: mdi:sleep
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
wakeup:
|
|
||||||
alias: Wake up
|
|
||||||
mode: single
|
|
||||||
icon: mdi:weather-sunset-up
|
|
||||||
sequence:
|
|
||||||
- service: switch.turn_off
|
|
||||||
data: {}
|
|
||||||
target:
|
|
||||||
entity_id: switch.purifier_night_mode
|
|
Loading…
x
Reference in New Issue
Block a user