Remove stale config schema from ESPHome integration (#50083)

This commit is contained in:
Franck Nijhof 2021-05-04 22:18:46 +02:00 committed by GitHub
parent 4af6e505b3
commit 98ef1e1e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""