Merge branch 'master' into light_scenes

This commit is contained in:
ultratoto14
2020-11-16 08:26:41 +01:00
committed by GitHub Actions
4 changed files with 177 additions and 120 deletions

View File

@@ -4,7 +4,6 @@ import textwrap
from functools import partial
import homeassistant.util.color as color_util
import voluptuous as vol
from homeassistant.components.light import (
ATTR_BRIGHTNESS,
@@ -18,11 +17,7 @@ from homeassistant.components.light import (
SUPPORT_EFFECT,
LightEntity,
)
from homeassistant.const import (
CONF_BRIGHTNESS,
CONF_COLOR_TEMP,
CONF_SCENE,
)
from homeassistant.const import CONF_BRIGHTNESS, CONF_COLOR_TEMP, CONF_SCENE
from .common import LocalTuyaEntity, async_setup_entry
from .const import (