Skip to content

Add documentation for the new Ecovacs (Deebot) component and vacuum#5922

Merged
balloob merged 3 commits intohome-assistant:nextfrom
OverloadUT:add-ecovacs-vacuums
Aug 20, 2018
Merged

Add documentation for the new Ecovacs (Deebot) component and vacuum#5922
balloob merged 3 commits intohome-assistant:nextfrom
OverloadUT:add-ecovacs-vacuums

Conversation

@OverloadUT
Copy link
Copy Markdown
Contributor

Description:
New Ecovacs component which creates vacuums. Some extra disclaimers in this one due to how new the upstream library currently is

Pull request in home-assistant (if applicable): home-assistant/core#15520

Checklist:

  • Branch: Fixes, changes and adjustments should be created against current. New documentation for platforms/components and features should go to next.
  • The documentation follow the standards.

@ghost ghost assigned OverloadUT Jul 29, 2018
@ghost ghost added the ready-for-review This PR needs to be reviewed label Jul 29, 2018
@frenck frenck added new-integration This PR adds documentation for a new Home Assistant integration has-parent This PR has a parent PR in another repo next This PR goes into the next branch labels Jul 30, 2018
Copy link
Copy Markdown
Contributor

@DubhAd DubhAd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One typo, two template recommendations

Comment thread source/_components/ecovacs.markdown Outdated
sucks: debug
```

Warning: doing this will cause your authentication token to visibie in your log files. Be sure to remove any tokens and other authentication details from your log before posting them in an issue. No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: visibie should be visible

vacuum_filter:
friendly_name: "Vacuum Filter Remaining Lifespan"
unit_of_measurement: '%'
value_template: "{{ states.vacuum.my_vacuum_id.attributes.component_filter }}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value_template: "{{ state_attr('vacuum.my_vacuum_id', 'component_filter') }}"
will avoid any errors if the component is still being set up

vacuum_filter_replace:
friendly_name: "Vacuum Filter"
device_class: problem
value_template: "{{ states.vacuum.my_vacuum_id.attributes.component_main_brush <= 5 }}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value_template: "{{ state_attr('vacuum.my_vacuum_id', 'component_main_brush') <= 5 }}"

@OverloadUT
Copy link
Copy Markdown
Contributor Author

@DubhAd Thanks; fixed!

@balloob balloob merged commit 03e53ea into home-assistant:next Aug 20, 2018
@ghost ghost removed the ready-for-review This PR needs to be reviewed label Aug 20, 2018
@balloob
Copy link
Copy Markdown
Member

balloob commented Aug 20, 2018

Good job me merging while ha_release was not correct 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has-parent This PR has a parent PR in another repo new-integration This PR adds documentation for a new Home Assistant integration next This PR goes into the next branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants