mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-14 15:14:22 -04:00
Fix deprecated import
This commit is contained in:
parent
11a3d39f2c
commit
d83179a9fa
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from typing import Any
|
|||
|
||||
from homeassistant.components.switch import SwitchEntityDescription, SwitchEntity
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import EntityCategory
|
||||
from homeassistant.helpers.entity import EntityCategory
|
||||
from homeassistant.core import callback
|
||||
from pyhon.parameter.base import HonParameter
|
||||
from pyhon.parameter.range import HonParameterRange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue