Reorganize insteon code (#31183)

* Reorganize code

* Code review
This commit is contained in:
Tom Harris 2020-01-30 04:47:44 -05:00 committed by GitHub
parent ea666248ce
commit 7ff30fe29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 740 additions and 624 deletions

View file

@ -10,7 +10,7 @@ from homeassistant.components.cover import (
CoverDevice,
)
from . import InsteonEntity
from .insteon_entity import InsteonEntity
_LOGGER = logging.getLogger(__name__)