Cleanup of possibily confusing comment in esphome (#46903)
parent
82a9dc620c
commit
603191702f
|
@ -52,10 +52,7 @@ CONFIG_SCHEMA = vol.Schema({}, extra=vol.ALLOW_EXTRA)
|
||||||
|
|
||||||
|
|
||||||
async def async_setup(hass: HomeAssistantType, config: ConfigType) -> bool:
|
async def async_setup(hass: HomeAssistantType, config: ConfigType) -> bool:
|
||||||
"""Stub to allow setting up this component.
|
"""Stub to allow setting up this component."""
|
||||||
|
|
||||||
Configuration through YAML is not supported at this time.
|
|
||||||
"""
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue