Skip to content

Commit

Permalink
🔧 improve for constants
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Sep 29, 2024
1 parent e6e41ec commit 0fb0aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/miot_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
UnitOfTemperature,
)
from homeassistant.components.sensor import SensorDeviceClass, SensorStateClass
from homeassistant.helpers.entity import EntityCategory
from homeassistant.helpers.storage import Store
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.exceptions import HomeAssistantError

from .const import (
DOMAIN,
TRANSLATION_LANGUAGES,
EntityCategory,
)

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 0fb0aa1

Please sign in to comment.