Skip to content

Commit

Permalink
Fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Sep 21, 2021
1 parent 72cb48f commit 22f419d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ out/

# homeassistant in different repo
appdaemon/

# python
venv/
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ignore: |
custom_components/
www/
blueprints/
rules:
braces:
level: error
Expand Down
18 changes: 9 additions & 9 deletions packages/vacuum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ automation:
input:
remote: f9593a92724b462e815eb27253bb7dab
button_press_in:
- wait_for_trigger:
- platform: state
entity_id: input_boolean.is_home
to: 'off'
from: 'on'
- device_id: 9df393a887e04b2c952fa35d3a92ac59
domain: vacuum
entity_id: vacuum.xiaomi_vacuum_cleaner
type: clean
- wait_for_trigger:
- platform: state
entity_id: input_boolean.is_home
to: 'off'
from: 'on'
- device_id: 9df393a887e04b2c952fa35d3a92ac59
domain: vacuum
entity_id: vacuum.xiaomi_vacuum_cleaner
type: clean

recorder:
exclude:
Expand Down

0 comments on commit 22f419d

Please sign in to comment.