Skip to content
Merged

Dev #21

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.yml linguist-detectable
*.yaml linguist-detectable
15 changes: 8 additions & 7 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,14 @@
- id: '1646759202317'
alias: Velux KFL Reboot
description: ''
trigger:
- platform: homeassistant
event: shutdown
condition: []
action:
- service: velux.reboot_gateway
data: {}
triggers:
- event: shutdown
trigger: homeassistant
conditions: []
actions:
- action: button.press
target:
entity_id: button.klf_200_gateway_neu_starten
mode: single
- id: '1657822394319'
alias: Wohnzimmer - Licht bei Bewegung
Expand Down
Loading