Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kongo09 committed May 29, 2023
1 parent d13ce28 commit bfaaace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/philips_airpurifier_coap/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from homeassistant.helpers.typing import StateType
from homeassistant.config_entries import ConfigEntry

from .philips import Coordinator, PhilipsEntity
from .philips import Coordinator, PhilipsEntity, model_to_class
from .const import (
ATTR_LABEL,
ATTR_TIME_REMAINING,
Expand Down

0 comments on commit bfaaace

Please sign in to comment.