Bump python-roborock to 1.0.0 (#115324)
* refactor base code * refactor tests code
This commit is contained in:
parent
fa3cba5b87
commit
968de08e4b
19 changed files with 60 additions and 60 deletions
|
@ -6,9 +6,9 @@ from dataclasses import dataclass
|
|||
import logging
|
||||
from typing import Any
|
||||
|
||||
from roborock.api import AttributeCache
|
||||
from roborock.command_cache import CacheableAttribute
|
||||
from roborock.exceptions import RoborockException
|
||||
from roborock.version_1_apis.roborock_client_v1 import AttributeCache
|
||||
|
||||
from homeassistant.components.number import NumberEntity, NumberEntityDescription
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue