Add basic support for lights in bond integration (#37802)
This commit is contained in:
parent
b63f882c3f
commit
f32f73a7d1
5 changed files with 173 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.helpers import device_registry as dr
|
|||
from .const import DOMAIN
|
||||
from .utils import BondHub
|
||||
|
||||
PLATFORMS = ["cover", "fan"]
|
||||
PLATFORMS = ["cover", "fan", "light"]
|
||||
|
||||
|
||||
async def async_setup(hass: HomeAssistant, config: dict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue