2478 Commits

Author SHA1 Message Date
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
Michael Hansen
9ec91f32d3
Document start conversation for Assist satellite entities (#2551) 2025-01-30 16:19:52 -05:00
Michael
2b2b3f5899
add unique_id to BackupAgent example (#2545) 2025-01-28 12:10:04 +01:00
martetassyns
6a300925e9
Documented new frontend development script (#2483)
* Documented new feature added in pull request 23062

* applied review comment to use tabs instead

* applied review comment

* capitalize Frontend

* add a section about develop_and_serve

---------

Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-01-22 16:16:44 +02:00
dependabot[bot]
49b4c3d5ae
Bump undici from 6.19.7 to 6.21.1 (#2542)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 09:41:03 +01:00
dependabot[bot]
a2b3ff11f2
Bump katex from 0.16.11 to 0.16.21 (#2540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 13:28:02 +01:00
dependabot[bot]
02e4db8e5d
Bump @easyops-cn/docusaurus-search-local from 0.47.0 to 0.48.4 (#2539)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 12:20:41 +00:00
epenet
b16e246bd4
Relocate ServiceInfo models (#2532) 2025-01-17 19:11:44 +01:00
Michel van de Wetering
d93b2074ff
Add build-essential to list of required packages (#2538) 2025-01-17 19:00:03 +01:00
Orce MARINKOVSKI
fbfef1f908
Update custom-view.md (#2535) 2025-01-16 22:45:32 +01:00
jesperraemaekers
2a8a0fe47c
Reordered quality scale items to match quality_scale.yaml (#2534) 2025-01-16 22:44:46 +01:00
Steven B.
006feeda9a
Minor fixes to quality scale examples (#2536) 2025-01-16 11:59:45 +00:00
jesperraemaekers
c9c63ca119
Fix missing content on quality scale exceptions sections (#2533) 2025-01-15 16:55:45 +01:00
rrooggiieerr
766b4dc95c
Update creating_integration_manifest.md, fix git url for testing custom requirements (#2528) 2025-01-13 20:57:37 +01:00
Lukas Schlötterer
0af931dcc4
Add kV and MV unit conversion for voltages (#2526) 2025-01-13 13:00:46 +01:00
J. Nick Koston
a801653021
Document async_remove_scanner Bluetooth API (#2527) 2025-01-13 10:52:12 +00:00
dependabot[bot]
435f5031e3
Bump @easyops-cn/docusaurus-search-local from 0.46.1 to 0.47.0 (#2529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 11:45:20 +01:00
Thomas D
da9aede0c9
Update data_entry_flow_index.md (#2525)
Use Marker for schema dictionary keys (https://github.com/home-assistant/frontend/issues/22419#issuecomment-2425612852)
2025-01-11 17:49:13 +00:00
Allen Porter
5ffe47872d
Add example usage for unregistering an LLM API (#2524)
* Add example usage for unregistering an LLM API

* Update example to be based on a config entry
2025-01-09 17:52:36 +01:00
G Johansson
0abbc5dcbe
Fix example in stale devices (#2523) 2025-01-07 00:05:52 +01:00
tronikos
d0b93eaaeb
Update Handling logging of a retry section to match implementation (#2521) 2025-01-05 12:49:09 +01:00