mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 09:04:27 +05:00
add yaml deprecation
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
"""Platform for light integration."""
|
||||
import asyncio
|
||||
import json
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
@@ -19,7 +17,6 @@ from homeassistant.const import (
|
||||
CONF_ID
|
||||
)
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.restore_state import RestoreEntity
|
||||
from .entities import BaseMegaEntity
|
||||
|
||||
from .hub import MegaD
|
||||
|
||||
Reference in New Issue
Block a user