docs: fix Supporting Response Data example (#1853)

This commit is contained in:
Patrick Decat 2023-07-22 17:02:53 +02:00 committed by GitHub
parent 9bc1568ad1
commit cc6b24dd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
SEARCH_ITEMS_SERVICE_NAME, SEARCH_ITEMS_SERVICE_NAME,
search_items, search_items,
schema=SEARCH_ITEMS_SCHEMA, schema=SEARCH_ITEMS_SCHEMA,
SupportsResponse.ONLY, supports_response=SupportsResponse.ONLY,
) )
``` ```