-
-
Notifications
You must be signed in to change notification settings - Fork 221
Add fixture for RV30 Plus #1323
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: master
Are you sure you want to change the base?
Conversation
# Vacuum models can have a space in their name | ||
model = model_info.long_name.replace(" ", "_") |
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 might break some filename parsing elsewhere, but hopefully not.. :-)
@@ -124,6 +124,7 @@ | |||
HUBS_SMART = {"H100", "KH100"} | |||
SENSORS_SMART = {"T310", "T315", "T300", "T100", "T110", "S200B", "S200D"} | |||
THERMOSTATS_SMART = {"KE100"} | |||
VACUUMS_SMART = {"RV30"} |
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 the prefix, or the full name? There exist different RV30 versions in different markets, so it might be necessary to make this more strict later.
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
First vacuum fixture file, the tests won't pass until later but it's a good start.
Thanks to @steveredden for the fixture.
Dumped with #1322, related to #943 and to #937.