Remove stale config schema from ESPHome integration (#50083)
This commit is contained in:
parent
4af6e505b3
commit
98ef1e1e82
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
STORAGE_VERSION = 1
|
||||
|
||||
# No config schema - only configuration entry
|
||||
CONFIG_SCHEMA = vol.Schema({}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
"""Set up the esphome component."""
|
||||
|
|
Loading…
Add table
Reference in a new issue