* [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
* Add documentation about creating integration documentation
- showcases some documentation features such as glossary entries, My links, collapsible text, and reuse elements
- shows the documentation structure
- shows the example text from the integration quality scale
* Add section on reuse
* code fence to fix build error
* Remove links that no longer work after code fencing the rest of the text
* Rephrase
* Code fence elements to fix build
* Fix link
* Video: improve intro para
* Fix links
* Fix more links..
* Improve structure
- example text: add titles
- configuration section: add screenshots
* Structure list: add link to example text sections
* Attempt to fix build
* Attempt to fix build
* Fix list
* Fix header
* Revert heading level change
* remove example text and refer to template instead
* Update intro
* Update docs/documenting/lorem-ipsum.md
* Rename file name from lorem-ipsum to integration-docs-examples