Add basic support for lights in bond integration (#37802)

This commit is contained in:
Eugene Prystupa 2020-07-12 19:45:47 -04:00 committed by GitHub
parent b63f882c3f
commit f32f73a7d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 173 additions and 2 deletions

View file

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