Merge pull request #10 from SSinSD/fix-dryer-error

Fixed error in dryer.py
This commit is contained in:
simbaja 2021-06-09 14:56:37 -04:00 committed by GitHub
commit 0a63f68e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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__)