2548 Commits

Author SHA1 Message Date
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
epenet
6c29010778
Add blog post for config_entry unique_id collision warning (#2467)
* Add blog post for config_entry unique_id collision warning

* Update and rename 2024-11-22-config-flow-unique-id to 2024-11-22-config-flow-unique-id.md

* Update 2024-11-22-config-flow-unique-id.md

* Rename 2024-11-22-config-flow-unique-id.md to 2024-12-19-config-flow-unique-id.md

* Adjust date

* Rename 2025-01-16-config-flow-unique-id.md to 2025-03-01-config-flow-unique-id.md
2025-03-01 12:09:59 +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
c0ffeeca7
0eb93417d2
about integration docs: improve page (#2582)
* about integration docs: improve page

- add screenshots showing the configuration variables blocks
- add image titles
- style tweaks

* Fix typo

* Fix title

* Specify installation
2025-02-27 10:58:22 +01:00
TheJulianJES
f4abc07c4a
Update number device classes (#2580) 2025-02-26 08:59:01 +01:00
Joost Lekkerkerker
0021208f89
Fix typing in entity event setup (#2579) 2025-02-24 17:43:53 +00:00
Josef Zweck
1be32a88d4
Update backup agent reload listener docs (#2570)
* Remove task from backup listener unloading

* Remove async from _notify_backup_listeners function

* Update backup listener setup in documentation
2025-02-24 15:19:10 +01:00
Josef Zweck
57ab2c61a6
Add ConfigEntry.async_on_state_change (#2576) 2025-02-22 12:20:42 +01:00
LG-ThinQ-Integration
5f8f277fb5
Add target_temperature_step to water_heater (#2575) 2025-02-21 23:50:08 +00:00
c0ffeeca7
8589e39d33
Add documentation about creating integration documentation (#2541)
* 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
2025-02-20 22:11:34 +01:00
Joost Lekkerkerker
dc8a7027f2
Remove note syntax (#2574) 2025-02-20 20:23:13 +01:00
Darren Griffin
de27a0bdc9
Fix URL typo (#2573) 2025-02-19 20:17:14 +00:00
Robert Resch
82ac1c5005
Add wind_direction sensor and number device class (#2572) 2025-02-19 12:25:12 +01:00
Erik Montnemery
e8ebc9ff19
Document changed config entry state transitions (#2565)
* Document changed config entry state transitions

* Fix links

* Address review comments

* Address review comments

* Address review comments

* Fix line breaks in lists

* Address review comments

* Bump date

* Close br tags

* Bump date

* Simplify example
2025-02-19 10:01:48 +01:00
dependabot[bot]
e360e8ba4a
Bump serialize-javascript from 6.0.0 to 6.0.2 (#2571) 2025-02-18 08:20:32 +01:00
Martin Hjelmare
c056fa60de
Fix backup agents blog date (#2569) 2025-02-17 17:20:49 +01:00
Andrew Sayre
32b73fffc8
Use include in quality scale options example (#2567) 2025-02-17 12:37:07 +00:00
Martin Hjelmare
388350a599
Add dev blog about backup agents (#2568)
* Add dev blog about backup agents

* Apply suggestions from code review
2025-02-17 13:12:30 +01:00
Erik Montnemery
1e3a3f154b
Add documentation for config subentries (#2561)
* Add documentation for config subentries

* Address review comments

* component -> integration

* Add blog

* Fix links

* Address review comments

* Add section
2025-02-17 10:02:29 +01:00
Erik Montnemery
e1b99a12d7
Clarify config entry unload quality scale rule (#2566)
* Clarify config entry unload quality scale rule

* Apply suggestions from code review

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-02-16 17:53:14 +01:00
Abílio Costa
bd80269a3d
Add remark to Cover entity docs about non-cover usage (#2562) 2025-02-14 10:31:05 +01:00
Pepijn de Vos
aebf093200
use ghcr image in addon development (#2544)
The docker hub images seem extremely outdated
2025-02-11 22:58:27 +01:00
Michael
2e7cb67bdc
explicitly pass in the config_entry in coordinator (#2558) 2025-02-10 20:04:10 +01:00
dependabot[bot]
a8c7713e82
Bump @easyops-cn/docusaurus-search-local from 0.48.4 to 0.48.5 (#2557) 2025-02-10 07:54:38 +01:00
Brooks Johnson
ed2b5d9b64
Add troubleshooting help for local env setup (#2554)
* Add troubleshooting help for local env setup

* Fix typo

* Put note after mention of required python version

* Remove code example
2025-02-08 10:11:12 +01:00
tronikos
31b636e88f
Revert "Update application_credentials example with redirect_url (#2547)" (#2556)
This reverts commit 36e526f6ac3bf008b76e47c6b1d5944fcd8f7ab2.
2025-02-08 00:39:54 -08:00
Łukasz Rybak
6a03edc66f
Update configuration.md (#2555)
* Update configuration.md

Since 2025.2.0 home assistant supports onewire discovery https://github.com/home-assistant/core/pull/135294

* Update docs/add-ons/configuration.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-02-06 22:29:48 +01:00
Max Rydahl Andersen
6239a77559
document coalesce feature (#2128)
* document coalesce feature

* Update docs/api/websocket.md

Co-authored-by: J. Nick Koston <nick@koston.org>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-02-06 22:19:23 +01:00
Abílio Costa
3afcff2985
Add integration system health documentation page (#2549)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-02-05 16:40:09 +00:00
Brant Knudson
a026788585
Fix invalid yaml (#2546) 2025-02-03 12:10:20 +00:00
Jakob Schlyter
d80e4a1af9
Energy by distance units (#2553)
* Energy by distance units

* Fix speling eror

* Update blog/2025-01-31-energy-distance-units.md

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

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-02-02 23:28:11 +00:00
Mike Degatano
7c8914fc8c
Document created field for jobs (#2550) 2025-01-31 16:24:53 +01:00
Joris Pelgröm
4d028f5d9e
Fix incorrect example code for Icon translations IQS rule (#2552) 2025-01-31 15:16:20 +00:00
Jakob Schlyter
e19fd86f33
Add documentation for units for energy by distance (#2548) 2025-01-31 14:24:04 +00:00
tronikos
36e526f6ac
Update application_credentials example with redirect_url (#2547) 2025-01-31 11:35:39 +01:00