mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 02:16:29 +00:00
docs: fix Supporting Response Data example (#1853)
This commit is contained in:
parent
9bc1568ad1
commit
cc6b24dd10
@ -247,7 +247,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
SEARCH_ITEMS_SERVICE_NAME,
|
||||
search_items,
|
||||
schema=SEARCH_ITEMS_SCHEMA,
|
||||
SupportsResponse.ONLY,
|
||||
supports_response=SupportsResponse.ONLY,
|
||||
)
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user