Cleanup of possibily confusing comment in esphome (#46903)

pull/46905/head
Franck Nijhof 2021-02-22 14:43:29 +01:00 committed by GitHub
parent 82a9dc620c
commit 603191702f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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