Fix stale docstrings
parent
3cb20c7b4d
commit
5d693277f0
|
@ -103,7 +103,7 @@ async def async_setup(hass: HomeAssistantType, config: ConfigType):
|
|||
# config flow
|
||||
async def async_setup_entry(hass: HomeAssistantType,
|
||||
config_entry: ConfigEntry):
|
||||
"""Set up a bridge from a config entry."""
|
||||
"""Set up UPnP/IGD-device from a config entry."""
|
||||
ensure_domain_data(hass)
|
||||
data = config_entry.data
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ def ensure_domain_data(hass):
|
|||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
class UpnpFlowHandler(data_entry_flow.FlowHandler):
|
||||
"""Handle a Hue config flow."""
|
||||
"""Handle a UPnP/IGD config flow."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
|
||||
|
|
Loading…
Reference in New Issue