Fixed error in dryer.py

This commit is contained in:
SSinSD 2021-06-09 10:49:27 -07:00
parent e5f44ce027
commit f415c391c3
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 .base import ApplianceApi
from ..entities import GeErdSensor, GeDishwasherControlLockedSwitch
from ..entities import GeErdSensor, GeErdBinarySensor
_LOGGER = logging.getLogger(__name__)