-
Notifications
You must be signed in to change notification settings - Fork 675
Create neatsvor_x520ru_vacuum.yaml #2988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…into neatsvor_x520ru_vacuum
unit: min | ||
class: measurement | ||
- entity: select | ||
name: Language |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use translation_key: language
instead of name and icon.
class: measurement | ||
- entity: sensor | ||
name: Last cleaning area | ||
icon: mdi:floor-plan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use class: area
instead of the icon.
- dps_val: "3" | ||
value: "Cleaning along the walls" | ||
- dps_val: "4" | ||
value: "Recharging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "charging" to be interpreted correctly.
name: status | ||
mapping: | ||
- dps_val: "0" | ||
value: "Standby" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be all lower case to be picked up by the vacuum entity as a supported state.
- dps_val: "4" | ||
value: "Recharging" | ||
- dps_val: "5" | ||
value: "Charging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what the difference is supposed to be between "Recharging" and "Charging". Is one supposed to be "charged"?
- dps_val: "english" | ||
value: "english" | ||
- entity: select | ||
name: Water step |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use translation_key: mopping
instead of the name and icon here, and map the values to "low", "medium" and "high" (also "auto" and "off" are supported values if you later find it supports those).
No description provided.