mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Clean up stale config schema from deCONZ (#50081)
This commit is contained in:
parent
c21add195a
commit
ee5f955fd8
@ -1,6 +1,4 @@
|
|||||||
"""Support for deCONZ devices."""
|
"""Support for deCONZ devices."""
|
||||||
import voluptuous as vol
|
|
||||||
|
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_API_KEY,
|
CONF_API_KEY,
|
||||||
CONF_HOST,
|
CONF_HOST,
|
||||||
@ -15,10 +13,6 @@ from .const import CONF_GROUP_ID_BASE, CONF_MASTER_GATEWAY, DOMAIN
|
|||||||
from .gateway import DeconzGateway
|
from .gateway import DeconzGateway
|
||||||
from .services import async_setup_services, async_unload_services
|
from .services import async_setup_services, async_unload_services
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.Schema(
|
|
||||||
{DOMAIN: vol.Schema({}, extra=vol.ALLOW_EXTRA)}, extra=vol.ALLOW_EXTRA
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, config_entry):
|
async def async_setup_entry(hass, config_entry):
|
||||||
"""Set up a deCONZ bridge for a config entry.
|
"""Set up a deCONZ bridge for a config entry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user