1713 Commits

Author SHA1 Message Date
J. Nick Koston
7b4e29a990
Update asyncio_blocking_operations for blocking ssl context (#2265) 2024-08-06 17:01:22 +02:00
Josef Zweck
dc7ce94efe
Add async_setup to DataUpdateCoordinator documentation (#2254) 2024-08-05 15:36:41 +02:00
Jeef
34d377ef3c
Update development_tips.md (#2263) 2024-07-30 17:17:53 +02:00
Griffin Baxter
306bbfc03c
Add missing "?" in query parameter example (#2261) 2024-07-29 14:51:05 +02:00
Paul Bottein
a34195da26
Update custom cards, add custom badges and custom card features (#2258)
* Add custom card feature doc

* Add layout options in custom card documentation

* Update example

* Add custom badge documentation

* Update docs/frontend/custom-ui/custom-card.md

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

* Update docs/frontend/custom-ui/custom-card.md

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

* Update docs/frontend/custom-ui/custom-card-feature.md

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

* Update docs/frontend/custom-ui/custom-card.md

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

* Update docs/frontend/custom-ui/custom-badge.md

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

* Update docs/frontend/custom-ui/custom-badge.md

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

* Update docs/frontend/custom-ui/custom-badge.md

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

* Update docs/frontend/custom-ui/custom-card-feature.md

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

* Update docs/frontend/custom-ui/custom-card-feature.md

* Apply suggestions from code review

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-07-24 22:10:09 +02:00
Christopher Fenner
14b2ff6d45
Fix typo in sensor energy device class (#2256) 2024-07-21 22:42:56 +02:00
G Johansson
af0b8fa631
Add new FanEntityFeature flags TURN_ON/OFF (#2243)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-07-19 11:40:01 +02:00
Stefan Agner
63c1d3eb96
Clarify how to make an add-on option optional (#2253) 2024-07-19 11:22:08 +02:00
Joost Lekkerkerker
9f616cd5d7
Add model_id to device info (#2251) 2024-07-16 15:13:21 +02:00
Franck Nijhof
20c58b1128
Rename Services to Service actions in more places (#2250) 2024-07-16 12:30:23 +02:00
Franck Nijhof
8eeaf3af91
Rename Services to Service actions (#2249)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-16 12:05:05 +02:00
蘇浚緯
11366353e5
Fix the typo in Humidifier entity document (#2246)
* Fix the document typo

Fix the typo HumidifierDeviceClass.DEHUMIDIFIER

* Fix the typo in Humidifier entity document
2024-07-15 08:23:24 +02:00
Rob Coleman
394fc9777c
Clarify the meaning and usage of the "id" field in a websocket message (#2244) 2024-07-09 18:20:11 +02:00
Jeff Oakley
7ac7af4cd5
Updated documentation for adding support for addon target configuration (#1974)
Co-authored-by: Jeff Oakley <jeff.oakley@LearningCircleSoftware.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-07-09 09:06:24 +02:00
Jan Čermák
6ff8634fdb
Refer to GRUB instead of Barebox in HAOS docs (#2241)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-08 12:55:13 +02:00
Paulus Schoutsen
5d7c081fef
Document device_id for assist_pipeline/run (#2242) 2024-07-08 12:48:58 +02:00
G Johansson
f65f3fef94
Add defrosting to climate entity (#2240)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-07-07 18:54:51 +02:00
rrooggiieerr
1d2df8b0e7
Fix indentation (#2239) 2024-07-05 20:45:15 +02:00
Franck Nijhof
53ac59f86c
Remove coveragerc (#2238) 2024-07-05 11:03:44 +02:00
Paulus Schoutsen
cfeaa324de
Document conversation supported feature (#2237) 2024-07-04 19:51:27 +02:00
Erik Montnemery
cd5a25261b
Document collapsible sections of service fields (#2232) 2024-06-25 20:00:58 +02:00
Erik Montnemery
b47e610989
Document collapsible sections in data entry forms (#2233) 2024-06-25 13:01:42 +02:00
G Johansson
dc72abb96f
Use MATCH_ALL constant for recorder state attributes exclusion (#2229)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-22 19:39:41 +02:00
J. Nick Koston
1da399a9b9
Add guide for handling asyncio blocking operations (#2225) 2024-06-21 12:55:36 -05:00
J. Nick Koston
9e8315d406
The DataUpdateCoordinator can now reduce unnecessary updates when API data can be compared (#1863) 2024-06-21 12:57:16 +02:00
Jyrki K
737120118b
Update creating_integration_manifest.md (#2125)
Fix the syntax in the example of the requirement pointing to a public GitHub repository .
2024-06-21 09:02:49 +02:00
IEatBeans
b6f3926366
Update switch.md (#2218) 2024-06-21 08:59:36 +02:00
Dilan Tsasi
4e417d84a1
Update communication.md (#2221) 2024-06-17 19:16:33 +02:00
Paulus Schoutsen
4b9cc7c758
Add cover exception to response style guide. (#2220) 2024-06-16 12:55:06 -04:00
Jesse Johnson
e4f52191d1
Update development checklist to include formatting code with Ruff (#2217)
Updates the development checklist to match the current PR template, which suggests using Ruff for code formatting as it has replaced Black. (Indeed, Black is no longer available in the Home Assistant virtual environment.)
2024-06-14 22:16:07 +02:00
Stefan Herzog
50e3dcbef4
Correct code part (#2216) 2024-06-13 15:29:29 +02:00
J. Nick Koston
b8417d4b07
Add blog post about using async_forward_entry_setups instead of async_forward_entry_setup (#2203)
* Add blog post about ensuring config entries are not unloaded while their platforms are setting up

* adjust existing docs

* Update blog/2024-06-04-ensure_config_entry_platforms_hold_lock.md

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

* newline

* adjust block post for removal of async_late_forward_entry_setup

* adjust block post for removal of async_late_forward_entry_setup

* Update blog/2024-06-04-ensure_config_entry_platforms_hold_lock.md

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

* rename

* Update blog date

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-06-12 21:13:39 -04:00
Teemu R
e49e2b7fbf
Document reauth and import as reserved config flow steps (#1686) 2024-06-10 21:22:55 +02:00
Erik Montnemery
d89e93e98d
Document common section in strings.json (#2214)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-10 21:18:00 +02:00
Franck Nijhof
3515e56cc7
Revert "Fix link" (#2213) 2024-06-10 08:23:09 +02:00
Unambiguous
8022a81214
Fix link (#1966) 2024-06-08 11:26:20 +02:00
Mike Degatano
9dbcd03e4c
Document supervisor's new /auth/list endpoint (#2085)
Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-08 11:21:28 +02:00
Michel van de Wetering
52e2213c0f
Simplify Windows instructions (#1602) 2024-06-08 11:18:23 +02:00
Tudor Sandu
b92e7e50b6
Add voice template syntax permutations (#1971) 2024-06-08 11:02:40 +02:00
Vincèn
87fee770da
Update development_environment.mdx (#2082) 2024-06-08 11:01:54 +02:00
Bruno Enten
62fb1e29a7
Add tests requirements installation information (#1865)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-06-08 10:59:35 +02:00
Tom Brien
f3b9c78185
Update Docusaurus to v3 (#1995) 2024-06-08 10:38:41 +02:00
Dave T
40731f291f
Add instruction to set up translations for development (#2138) 2024-06-08 09:53:02 +02:00
Mat931
0dbb50a13a
Add core dependencies for Fedora (#1867) 2024-06-08 09:52:23 +02:00
Omar Ishtiaq
7c7f6e2bcd
Update adding-state-card.md to fix .js extensions to .ts fixing a 404 (#2202) 2024-06-08 09:51:41 +02:00
Mike Degatano
705d66ea98
Document safe mode option for /core/rebuild (#2204) 2024-06-08 09:17:43 +02:00
Paulus Schoutsen
199a48d5f6
Add example how to register API with HA (#2206) 2024-06-06 13:10:49 -05:00
Paulus Schoutsen
7abb5fb061
Some more tweaks for LLM API docs (#2205) 2024-06-05 00:15:50 -04:00
Paulus Schoutsen
477b03870c
Add description to intent class example (#2201) 2024-05-31 20:21:56 -07:00
Paulus Schoutsen
ddea7bc1f5
Update LLM API docs (#2200) 2024-05-29 22:57:58 -04:00