diff --git a/.gitignore b/.gitignore index 410046d..04e8aac 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ out/ # homeassistant in different repo appdaemon/ + +# python +venv/ diff --git a/.yamllint b/.yamllint index e10b33c..d622f99 100644 --- a/.yamllint +++ b/.yamllint @@ -2,6 +2,7 @@ ignore: | custom_components/ www/ + blueprints/ rules: braces: level: error diff --git a/packages/vacuum.yaml b/packages/vacuum.yaml index 6a49895..df31f96 100644 --- a/packages/vacuum.yaml +++ b/packages/vacuum.yaml @@ -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: