add yaml deprecation

This commit is contained in:
Andrey
2021-01-04 09:59:44 +03:00
parent d56cffa68f
commit f19d3daeff
7 changed files with 12 additions and 77 deletions

View File

@@ -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