1920 Commits

Author SHA1 Message Date
Josef Zweck
9c863753db
Add search capabilities to media player (#2625)
* 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>
2025-04-16 23:19:03 +02:00
J. Nick Koston
87162ada68
Add additional docs for importing code with asyncio (#2338)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-04-16 22:52:32 +02:00
Petar Petrov
7c85921b92
Document new async_update_progress flow method (#2643) 2025-04-14 15:30:43 +02:00
Allen Porter
03560ee3df
Update the LLM API examples to support multiple APIs (#2629)
* 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>
2025-04-12 17:51:23 -07:00
Abílio Costa
7e2d29966a
Change some IQS rule titles to match the overall form (#2641) 2025-04-10 15:39:39 +01:00
Timothy
36ddedd3df
Add android developer playground tip (#2642) 2025-04-10 12:43:22 +02:00
Timothy
74f8978d63
Add release build information (#2638)
* Add instruction for release build

* Add missing links to the Google Play Store

* Update release.md
2025-04-09 12:59:10 -07:00
skrynklarn
d45d40eeb0
Add kvar to reactive power (#2640) 2025-04-09 20:24:01 +01:00
Joost Lekkerkerker
6316754bd2
Use partner email address for account linking (#2639) 2025-04-09 17:07:47 +01:00
Timothy
95c0e63500
Use full path for link within the documentation (#2636) 2025-04-09 15:29:40 +02:00
c0ffeeca7
a71c68de89
Standard: style tweaks (#2635) 2025-04-09 13:34:37 +02:00
Timothy
b73ee9122d
Add Android documentation (#2626) 2025-04-09 12:19:24 +02:00
Eric Roy
ae259eb1fb
Fix Mermaid graph on voice docs (#2631)
* [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>
2025-04-08 10:10:52 +01:00
Michael
0c32ec6caf
Update docs-configuration-parameters.md (#2628)
fix endconfiguration_basic tag in example code
2025-04-06 13:35:35 +02:00
Erik Montnemery
023ff26756
Correct TODO entity documentation (#2627)
* Correct TODO entity documentation

* Clean extra period

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-04-02 14:18:04 +02:00
Paulus Schoutsen
893886d920
Document pre-announcement (#2620) 2025-04-01 15:22:47 +02:00
Michel van de Wetering
1be2f3d78a
Mention mirrored networking mode for WSL (#2586)
* 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
2025-03-31 14:17:56 +02:00
Abílio Costa
48584340de
Move IQS rules into its own page (#2608) 2025-03-31 14:14:40 +02:00
Jan Čermák
984daee8bd
Add documentation for Supervisor /os/config/swap API (#2611) 2025-03-31 14:14:02 +02:00
Robert Resch
d80fb2fd04
Add SensorStateClass.MEASUREMENT_ANGLE (#2624)
* Add SensorStateClass.MEASUREMENT_ANGLE

* Update docs/core/entity/sensor.md

Co-authored-by: Erik Montnemery <erik@montnemery.com>

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2025-03-26 13:42:03 +01:00
Erik Montnemery
ad9d22d634
Improve wind speed sensor device class documentation (#2623)
* Improve wind speed sensor device class documentation

* Update sensor.md
2025-03-26 13:01:50 +01:00
Joost Lekkerkerker
f36e3584d0
Update sensor.md (#2622) 2025-03-25 18:52:23 +01:00
Abílio Costa
97a3262015
Remove info block from IQS parallel-updates page (#2621) 2025-03-25 17:26:10 +01:00
Simon Lamon
88e2953f6f
Update docs-troubleshooting.md (#2615) 2025-03-23 21:03:31 +01:00
J. Nick Koston
36415afdae
Add set_default_verify_paths to the list of asyncio blocking operations (#2613)
https://github.com/home-assistant/core/pull/140648
2025-03-22 22:00:53 +01:00
Erik Montnemery
725b911282
Improve config flow translation documentation (#2612)
* Improve config flow translation documentation

* Update core.md
2025-03-20 23:11:40 +01:00
Nicolò Maria Semprini
6422ed2923
Fix creating component index docs with clearer examples (#2610)
* 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>
2025-03-20 23:08:03 +01:00
Erik Montnemery
16b42dbdad
Document entry_type and initiate_flow translation keys (#2581) 2025-03-20 14:58:29 +01:00
c0ffeeca7
f11987a265
Documentation examples: fix link to quality scale (#2601) 2025-03-19 10:39:25 +00:00
Stephan van Rooij
abb16b8822
Explain LocalOAuth2ImplementationWithPkce in application credentials (#2584)
* Explain LocalOAuth2ImplementationWithPkce in application credentials

* Adjusted imports in sample code

* Remove URL anchor

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-03-17 21:12:48 +01:00
Jack Gaino
d3f358deb3
Document API behaviour for service response data (#2137)
* 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>
2025-03-17 16:01:28 +01:00
Franck Nijhof
9975d62c1b
Revert "Add codeowner approval requirement to Platinum tier (#2595)" (#2606)
This reverts commit 4f080256579ab89d6987be39a1e9c56d0ae3a06e.
2025-03-16 21:54:17 +01:00
Abílio Costa
4f08025657
Add codeowner approval requirement to Platinum tier (#2595)
* Add codeowner approval requirement to Platinum tier

* Update index.md
2025-03-14 18:20:10 +01:00
Dan Raper
e5075fbfae
Update reconfiguration-flow.md (#2604) 2025-03-14 16:55:03 +00:00
c0ffeeca7
ae84fbf6bf
Convert quality scale docs-actions rule table to list (#2602)
* QS rules docs example: convert table to list to improve readability on mobile

* Fix Markdown
2025-03-13 15:34:04 +00:00
Paul Bottein
4479af8476
Use grid options instead of layout options (#2440)
* Use grid options instead of layout options

* Add default values
2025-03-12 09:50:39 +01:00
victorclaessen
d9796eced4
Add µs to duration device class for sensor and number components (#2597)
* Update sensor.md

add µs to SensorDeviceClass.DURATION

* Update number.md

add µs unit to NumberDeviceClass.DURATION
2025-03-11 21:53:13 +00:00
Paulus Schoutsen
4079f7f67d
Document conversation handle_message method (#2593)
* Document converstion handle_message method

* Update docs/core/entity/conversation.md

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>

* Update conversation.md

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-10 19:21:37 +00:00
Paulus Schoutsen
bb3ca2c5fe
Document stream TTS audio (#2594) 2025-03-10 14:13:48 -05:00
Markus Adrario
74bd140fa3
Add type hints to alarm control panel method examples (#2591) 2025-03-06 15:13:34 +01:00
Erik Montnemery
f5ab94a1dd
Document changes in BackupAgent API (#2588) 2025-03-04 17:45:57 +01:00
Sebastian Gustavsson
26cae35bda
Fix translations formatjs link (#2585)
Fix broken link to formatjs docs
2025-03-03 14:34:40 +01:00
Alexander Akhmetov
7bb5a0746f
Add support for CAP_CHECKPOINT_RESTORE privileges (#2455) 2025-03-02 23:38:36 +01:00
Mike Degatano
07b5c19907
Document system managed field for addons (#2226)
* Document system managed field for addons

* Adjusting wording from coderabbit feedback

* System managed fields separated into new endpoint

* Remove unnecessary changes
2025-03-02 23:37:06 +01:00
Tobias Diez
5dee7c23b8
docs: add instructions of how to register lovelace resources via yaml (#2236)
* docs: add instructions of how to register lovelace resources via yaml

* Update docs/frontend/custom-ui/registering-resources.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update registering-resources.md

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-02 23:36:26 +01:00
Thomas Kilgour
776681d0e2
add start and end times to calendars enpoint in rest.md (#2559) 2025-03-02 23:35:26 +01:00
David Martínez
be267ec1ed
Add 'agent_id' input field to intent_conversation_api.md file (#2520)
As the `api/conversation/process` endpoint uses the (conversation action)[https://www.home-assistant.io/integrations/conversation/], the `agent_id` can be used and must be documented.
2025-03-02 23:34:07 +01:00
Jeef
40de1f8525
Update config_entries_config_flow_handler.md (#2279)
Matching what you get from scaffolding
2025-03-01 23:18:18 +01:00
Dan Bishop
8e2c3c4e7b
Update translations.md (#2583)
* Update translations.md

Update erroneous advice about region specific translations

* Update translations.md
2025-02-28 13:45:12 +01:00
Abílio Costa
970a4de40c
Add git merge as a way to update feature branches (#2512)
* Add git merge as a way to update feature branches

* Remove rebase instructions
2025-02-28 13:44:32 +01:00