mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Use integration name in docstring (#28445)
This commit is contained in:
committed by
Paulus Schoutsen
parent
5cbb6607a6
commit
314c3d0965
@@ -21,9 +21,9 @@ async def async_setup(hass: HomeAssistant, config: dict):
|
||||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
|
||||
"""Set up Somfy from a config entry."""
|
||||
"""Set up NEW_NAME from a config entry."""
|
||||
# TODO Store an API object for your platforms to access
|
||||
# hass.data[DOMAIN][entry.entry_id] = MyApi(…)
|
||||
# hass.data[DOMAIN][entry.entry_id] = MyApi(...)
|
||||
|
||||
for component in PLATFORMS:
|
||||
hass.async_create_task(
|
||||
|
||||
Reference in New Issue
Block a user