We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0241 commit e36ba8eCopy full SHA for e36ba8e
docs/dev_101_services.md
@@ -309,8 +309,8 @@ SEARCH_ITEMS_SCHEMA = vol.Schema({
309
})
310
311
312
-async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
313
- """Set up the platform."""
+async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
+ """Set up the integration."""
314
315
async def search_items(call: ServiceCall) -> ServiceResponse:
316
"""Search in the date range and return the matching items."""
0 commit comments