Skip to content

Commit

Permalink
fix yamllint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jun 24, 2024
1 parent 846b653 commit 23a2a15
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/logbook.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

include:
domains:
- light
Expand Down
2 changes: 2 additions & 0 deletions packages-templates/automation-single-two.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

alias: 'Geyser: Toggle On/Off'
description: |-
Turn on the Geyser
Expand Down
2 changes: 2 additions & 0 deletions packages-templates/geyser-idea.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

alias: Oggend Geyser
description: ""
mode: single
Expand Down
2 changes: 2 additions & 0 deletions packages-templates/repeat.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

alias: 'Geyser: Toggle On/Off'
description: |-
Turn on the Geyser:
Expand Down
2 changes: 2 additions & 0 deletions packages/lights/light_motion_babyroom.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

timer:
# When calling the start service on a timer that is already running, it resets
# the duration it will need to finish and restart the timer without triggering
Expand Down
2 changes: 2 additions & 0 deletions packages/lights/light_triggers_back_garage.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

automation:
### Back garage only entrance is through the garage door itself
### Back Garage
Expand Down
2 changes: 2 additions & 0 deletions packages/lights/lights_triggers_front.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

automation:
- alias: Turn on porch lights when front door opened
trigger:
Expand Down
2 changes: 2 additions & 0 deletions packages/notifications/dismiss_persistant_notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

# https://community.home-assistant.io/t/how-to-dismiss-persistent-notification/148620/3
automation:
- alias: 'persistent notification dismiss http login'
Expand Down
2 changes: 2 additions & 0 deletions packages/notifications/slack_interactive.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

# How to get actionable notifications using Slack
# https://community.home-assistant.io/t/how-to-get-actionable-notifications-using-slack/145035

Expand Down
2 changes: 2 additions & 0 deletions packages/notifications/telegram.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

telegram_bot:
- platform: broadcast
api_key: !secret telegram_bot_key
Expand Down

0 comments on commit 23a2a15

Please sign in to comment.