mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Remove stale config schema from ESPHome integration (#50083)
This commit is contained in:
parent
4af6e505b3
commit
98ef1e1e82
@ -51,9 +51,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
STORAGE_VERSION = 1
|
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:
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
"""Set up the esphome component."""
|
"""Set up the esphome component."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user