Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from pbulteel/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
pbulteel authored May 7, 2021
2 parents 00bf947 + f77f171 commit ac91069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/eufy_vacuum/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@pbulteel"
],
"requirements": ["cryptography"],
"version": "1.0.1"
"version": "1.0.3"
}
2 changes: 1 addition & 1 deletion custom_components/eufy_vacuum/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setup_platform(hass, config, add_entities, device_config=None):
add_entities([EufyVacuum(device_config)], True)


class EufyVacuum(VacuumDevice):
class EufyVacuum(VacuumEntity):
"""Representation of a Eufy vacuum cleaner."""

def __init__(self, device_config):
Expand Down

0 comments on commit ac91069

Please sign in to comment.