mirror of https://github.com/simbaja/ha_gehome.git
Merge pull request #10 from SSinSD/fix-dryer-error
Fixed error in dryer.py
This commit is contained in:
commit
0a63f68e56
|
@ -5,7 +5,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
from gehomesdk.erd import ErdCode, ErdApplianceType
|
from gehomesdk.erd import ErdCode, ErdApplianceType
|
||||||
|
|
||||||
from .base import ApplianceApi
|
from .base import ApplianceApi
|
||||||
from ..entities import GeErdSensor, GeDishwasherControlLockedSwitch
|
from ..entities import GeErdSensor, GeErdBinarySensor
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue