2533 Commits

Author SHA1 Message Date
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
dependabot[bot]
f3e6cf205f
Bump @easyops-cn/docusaurus-search-local from 0.49.1 to 0.49.2 (#2630)
Bumps [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local) from 0.49.1 to 0.49.2.
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases)
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.49.2/packages/docusaurus-search-local)

---
updated-dependencies:
- dependency-name: "@easyops-cn/docusaurus-search-local"
  dependency-version: 0.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 10:07:12 +02: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
dependabot[bot]
4b9f314117
Bump the docusaurus group across 1 directory with 3 updates (#2522)
Bumps the docusaurus group with 3 updates in the / directory: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid).


Updates `@docusaurus/core` from 3.5.2 to 3.7.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus)

Updates `@docusaurus/preset-classic` from 3.5.2 to 3.7.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-mermaid` from 3.5.2 to 3.7.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus-theme-mermaid)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/theme-mermaid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 14:16:20 +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
Shay Levy
289f66817a
Add blog post about changes to UnitSystem class and their implications (#2618)
* Add blog post about changes to UnitSystem class and their implications

* Apply suggestions from code review

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

* Update blog/2025-03-24-frozen-unit-system.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix typo

* Update filename

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-03-25 12:52:09 +01:00
Erik Montnemery
5327735cea
Add blog post about renamed subentry flow methods (#2617) 2025-03-24 12:23:23 +00: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
04d39efd5f
Add blog post about changed media player toggle (#2603)
* Add blog post about changed media player toggle

* Fix typo

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update blog/2025-03-14-media-player-toggle-adjusted.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update blog/2025-03-14-media-player-toggle-adjusted.md

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

* Update 2025-03-14-media-player-toggle-adjusted.md

* Update blog/2025-03-14-media-player-toggle-adjusted.md

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-20 15:28:29 +00: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
dependabot[bot]
b638c1557d
Bump @easyops-cn/docusaurus-search-local from 0.48.5 to 0.49.1 (#2607) 2025-03-17 08:47:54 +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
8dce7fe407
Add blog post for custom card sizing support (#2441) 2025-03-12 09:50:55 +01: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
dependabot[bot]
63dfc911ad
Bump @babel/runtime from 7.23.4 to 7.26.10 (#2599)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.4 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 09:23:36 +01:00
dependabot[bot]
db59518606
Bump @babel/helpers from 7.24.7 to 7.26.10 (#2600)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.7 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 09:22:08 +01:00
dependabot[bot]
3e524a5661
Bump @babel/runtime-corejs3 from 7.23.4 to 7.26.10 (#2598)
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.23.4 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3)

---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 09:16:20 +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
dependabot[bot]
0bab502550
Bump prismjs from 1.29.0 to 1.30.0 (#2596)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 09:03:36 +01: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
Michael
bd8f380557
fix docs link (#2589) 2025-03-06 01:26:04 +01:00
Erik Montnemery
f5ab94a1dd
Document changes in BackupAgent API (#2588) 2025-03-04 17:45:57 +01:00
epenet
52d6fae57e
Update config flow unique ID blog post (#2587)
* Update config flow unique ID blog post

* Update 2025-03-01-config-flow-unique-id.md
2025-03-04 08:01:33 +01:00
Sebastian Gustavsson
26cae35bda
Fix translations formatjs link (#2585)
Fix broken link to formatjs docs
2025-03-03 14:34:40 +01:00
Remy Sharp
a95afe6d29
use html5 details element instead of javascript (#2531)
* use html5 details element instead of javascript

Reduces reliance on JS for content. I found when the JS didn't full load (flaky connection), I couldn't open these detail blocks.

* fix: remove the unused click handler

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-03-02 23:40:31 +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