Remove empty schema (#45044)
This commit is contained in:
parent
54064b4010
commit
e584902b8b
10 changed files with 0 additions and 30 deletions
|
@ -12,7 +12,6 @@ from plugwise.exceptions import (
|
|||
XMLDataMissingError,
|
||||
)
|
||||
from plugwise.smile import Smile
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import (
|
||||
|
@ -46,8 +45,6 @@ from .const import (
|
|||
UNDO_UPDATE_LISTENER,
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue