1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Add suggested area for zwave_js devices (#47250)

This commit is contained in:
Raman Gupta
2021-03-01 18:24:55 -05:00
committed by GitHub
parent c6cfcc2abb
commit 3e34bb3e89
6 changed files with 41 additions and 17 deletions

View File

@@ -12,9 +12,11 @@ from homeassistant.components.light import (
)
from homeassistant.const import ATTR_SUPPORTED_FEATURES, STATE_OFF, STATE_ON
BULB_6_MULTI_COLOR_LIGHT_ENTITY = "light.bulb_6_multi_color"
EATON_RF9640_ENTITY = "light.allloaddimmer"
AEON_SMART_SWITCH_LIGHT_ENTITY = "light.smart_switch_6"
from .common import (
AEON_SMART_SWITCH_LIGHT_ENTITY,
BULB_6_MULTI_COLOR_LIGHT_ENTITY,
EATON_RF9640_ENTITY,
)
async def test_light(hass, client, bulb_6_multi_color, integration):