* Add search to media_player
* add blog post
* fix typos
* Add blog post on searching in media players
* Update blog/2025-04-17-search-media-play.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update 2025-04-17-search-media-play.md
* Update media-player.md
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update the LLM API examples to support multiple APIs
* Update docs/core/llm/index.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* [Fix] Mermaid graph on voice docs
Mermaid arrows' messages were treated as markdown lists, making the renderer fail both in GitHub and HomeAssistant's webpage. Adding `\` before the dots prevents this from happening and removes the error "Unsupported markdown: list", displaying the useful documentation instead.
* Update docs/voice/overview.md
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
---------
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Mention mirrored networking mode for WSL
Mirrorred networking mode is great for Home Assistant because it allows (among other things) working mDNS device discovery.
I think it is incredibly useful so wanted to highlight it. I think that means putting it in a "tip", but there are now 2 tips which is not great. And technically the existing Tip is not needed anymore when Mirrored networking mode is used.
Not sure how to better organize it. Suggestions are welcome.
* Remove leftover link and tweak text a bit
* clearer-examples-creating-component-index: change examples with the correct core path
* clearer-examples-creating-component-index: use tip box
* clearer-examples-creating-component-index: nits from code rabbit
* link to manifest doc
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* clearer-examples-creating-component-index: move link to "manifest file"
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Document API behaviour for service response data
Adds documentation for a new query/JSON parameter called `return_response`. It allows users to retrieve service response data instead of state changes when calling a service using the API.
* Update documentation to match new implementation
* Fix typo
* Explicitly mention 400 in response
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick+github@koston.org>
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
* Document system managed field for addons
* Adjusting wording from coderabbit feedback
* System managed fields separated into new endpoint
* Remove unnecessary changes