From 603191702fcfcd51c257567565d6990f3a6930ed Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 22 Feb 2021 14:43:29 +0100 Subject: [PATCH] Cleanup of possibily confusing comment in esphome (#46903) --- homeassistant/components/esphome/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homeassistant/components/esphome/__init__.py b/homeassistant/components/esphome/__init__.py index 23b4044fc9e..6ce411b5169 100644 --- a/homeassistant/components/esphome/__init__.py +++ b/homeassistant/components/esphome/__init__.py @@ -52,10 +52,7 @@ CONFIG_SCHEMA = vol.Schema({}, extra=vol.ALLOW_EXTRA) async def async_setup(hass: HomeAssistantType, config: ConfigType) -> bool: - """Stub to allow setting up this component. - - Configuration through YAML is not supported at this time. - """ + """Stub to allow setting up this component.""" return True