1772 Commits

Author SHA1 Message Date
Joakim Sørensen
781eb9b3b7
Update backup.md 2024-10-31 20:18:38 +01:00
ludeeus
51946a7082
Add documentation for sync agents 2024-10-31 19:10:58 +00:00
G Johansson
ab02bc1e01
Add new alarm state property and enum (#2361)
* Add new alarm state property and enum

* Mod date

* Change name of enum

* Fix

* Fixes

* Mod
2024-10-22 21:43:51 +02:00
Erik Montnemery
7a110960bd
Document update entity's update_percentage property (#2413) 2024-10-21 20:01:39 +02:00
epenet
0e20b58399
Blog post for new helpers in reauth and reconfigure flows (#2356)
* New helpers and best practises for reauth and reconfigure flows

* Update and rename 2024-10-08-reauth-reconfigure-helpers.md to 2024-10-17-reauth-reconfigure-helpers.md

* Update config_entries_config_flow_handler.md

* Update config_entries_config_flow_handler.md

* Rename 2024-10-17-reauth-reconfigure-helpers.md to 2024-10-21-reauth-reconfigure-helpers.md

* Update 2024-10-21-reauth-reconfigure-helpers.md

* Apply suggestions from code review

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-21 14:23:08 +02:00
Dave T
9db1f3a120
Minor grammar fixes in custom card docs (#2381)
* Minor grammar fixes in custom card docs

* Adjust language

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-16 10:15:37 +01:00
Kars de Jong
12f889cdad
Add/update type information in sensor.md (#2372)
* Add/update type information in sensor.md

 - Updated types of various of properties to match the current implementation.
 - Use enum types instead of strings where appropriate.
 - Add more device classes to the list of classes that can't be of state class
   SensorStateClass.MEASUREMENT.

* Fix small grammatical error as suggested by coderabbitai

* Apply Markdownlint suggestions about table-pipe-style

* Replace StateType in by its expansion sensor.md

StateType is being phased out, so document the underlying basic types instead.

* Move None last

* Fix small grammar error in sensor.md

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-16 00:06:34 +02:00
Kars de Jong
f627443fc7
Update type of device_info in entity.md (#2363) 2024-10-14 11:58:23 +02:00
Erik Montnemery
639bb9d448
Remove writing suggesting INFO logs are not allowed in integrations (#2358) 2024-10-09 09:27:42 +02:00
epenet
0faaf12ed5
Adjust reauth/reconfigure documentation to highlight expected result (#2352)
* Adjust reauth/reconfigure documentation to highlight expected result

* Update config_entries_config_flow_handler.md

* Update config_entries_config_flow_handler.md
2024-10-08 22:26:47 +02:00
Mike Degatano
d46aa77cc3
Document force options in supervisor endpoints (#2260) 2024-10-08 22:01:08 +02:00
G Johansson
a4bde2c9d1
Change cover state to enum (#2348)
* Change cover state to enum

* Update date

* Add link

* states link
2024-10-08 20:14:56 +02:00
epenet
c99a54ff6c
Document _abort_if_unique_id_mismatch helper (#2353)
* Document _abort_if_unique_id_mismatch helper

* Update docs/config_entries_config_flow_handler.md

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

* Update docs/config_entries_config_flow_handler.md

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-08 10:18:19 +02:00
Sid
9504fa4d92
Remove ordering imports section in development guidelines (#2355) 2024-10-07 01:22:50 +02:00
Jan Morawiec
63d0a6f2f8
Update guidelines to reference Ruff instead of Black as the formatter (#2354) 2024-10-05 10:04:52 +02:00
epenet
4332309a44
Document get_reauth_entry and get_reconfigure_entry helpers (#2347) 2024-10-03 22:40:51 +02:00
epenet
a7d0840abc
Revert "Adjust async_step_reconfigure documentation (#2345)" (#2351)
This reverts commit b86ac6c3f10d1786cb759c61bd2ae22f0b708226.
2024-10-03 14:44:12 +02:00
Erik Montnemery
a20c3d26c6
Document async_has_matching_flow (#2340)
* Document async_has_matching_flow

* Update docs/config_entries_config_flow_handler.md

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

* Accept suggestion from the bot

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-03 13:01:14 +02:00
Bram Kragten
8757dcb948
Update YAML style guide to new syntax (#2350) 2024-10-02 14:53:55 +02:00
epenet
7256c34950
Adjust async_step_reauth documentation (#2346)
* Adjust async_step_reauth documentation

* Update config_entries_config_flow_handler.md
2024-10-02 01:51:14 +02:00
epenet
b86ac6c3f1
Adjust async_step_reconfigure documentation (#2345)
* Adjust async_step_reconfigure documentation

* Update config_entries_config_flow_handler.md
2024-10-02 01:50:09 +02:00
Michael Hansen
d4d2bae3ee
Document assist_satellite entity component (#2304)
* Document assist_satellite websocket API

* Add base entity information

* Address comments

* Add more websocket commands

* Incorporate feedback and update

* Add blog post

* Reword

* Update blog date

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-10-02 01:18:09 +02:00
Erik Montnemery
2ed21df18a
Document how config flow title is determined (#2343)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-30 18:53:16 +02:00
Erik Montnemery
2e9342582f
Add link to core translation doc from config flow doc (#2342) 2024-09-30 14:49:50 +02:00
Simone Chemelli
74654c71cb
Add new method version_is_newer to Update platform (#2307)
* add new method

* apply review comments

* section title

* Update docs/core/entity/update.md

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* apply review comments

* add blog post

* missing string

* Update blog/2024-09-19-update-version-compare.md

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

* Update blog/2024-09-19-update-version-compare.md

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

* Update blog/2024-09-19-update-version-compare.md

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

* apply review comments

* Apply suggestions from code review

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

* update filename date

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-28 20:56:46 +02:00
Erik Montnemery
50c6bfa257
Clarify unique ID checks in config flows (#2339)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-09-27 14:43:38 +02:00
Michael
d180c0584e
Add nmi (nautical miles) as valid distance unit (#2293) 2024-09-27 10:42:14 +02:00
G Johansson
cabd4e9d15
Add note on target temp validation on ClimateEntity (#2299)
* Add note on target temp validation on ClimateEntity

* Add blog

* Add back previous change

* Fix review comments

* Update blog
2024-09-25 22:22:10 +02:00
Erik Montnemery
82f1ccda95
Remove documentation of unignore flow (#2337) 2024-09-25 20:29:39 +02:00
Erik Montnemery
5e301f3c6e
Improve documentation of translation of collapsible groups in service actions (#2336) 2024-09-25 18:45:31 +02:00
epenet
a52c2ab912
Adjust device tracker documentation (#2335)
* Adjust device tracker documentation

* Adjust defaults

* Add link

* Simplify text

* Rename
2024-09-25 15:13:46 +02:00
Petar Petrov
f94f04a562
Fix wrong link to sections view (#2272) 2024-09-25 14:43:16 +02:00
G Johansson
22c1aa781f
Change lock state is enum (#2329)
* Change lock state is enum

* Add blog

* Update blog/2024-09-23-state-constants-lock-deprecation.md

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

* Apply suggestions from code review

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

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-24 13:06:54 +02:00
G Johansson
ec469357db
Change camera state to enum (#2330)
* Change camera state is enum

* Not lock

* Adjustments

* Add blog

* Apply suggestions from code review

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

* Apply suggestions from code review

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-24 13:00:39 +02:00
G Johansson
0b47074ce4
Change valve state is enum (#2328) 2024-09-23 14:20:34 +02:00
Trevor Schirmer
d50255db3f
Add mm/s and in/s As Speed (#2298) 2024-09-22 09:02:14 -05:00
Duco Sebel
202dda206a
Remove information about deprecated properties in switch (#2322) 2024-09-16 14:41:05 +02:00
c0ffeeca7
a9b5cfb9f1
Event entity: add section heading for state (#2315)
* Lawn-mower: rename activity to state to streamline terminology

* Undo unrelated changes
2024-09-12 12:19:38 +02:00
c0ffeeca7
e4b3bfe769
Notify entity: add title to states section (#2312) 2024-09-12 12:17:47 +02:00
Sergey Dudanov
4aa7da6fa7
Add calories units (#2262)
* added calories units

* retrigger checks

* added calories blogpost

* added link to available device classes

* Adjust language

* Fix link

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-11 10:05:11 +02:00
Stuart Holland
bd26070247
Fix link markup error in standards.md (#2303) 2024-09-03 13:17:10 +03:00
Erik Montnemery
c87281edc4
Document requirements for entity service schemas (#2301)
* Documented requirements for entity service schema

* Update docs/dev_101_services.md

Co-authored-by: Robert Resch <robert@resch.dev>

---------

Co-authored-by: Robert Resch <robert@resch.dev>
2024-09-02 15:17:15 +02:00
Erik Montnemery
268ef66481
Add missing words in entity service documentation (#2300) 2024-09-02 11:05:15 +02:00
Jan Čermák
3d6369b44c
Document OS boot slot persistence when using GRUB (#2295)
* Document OS boot slot persistence when using GRUB

Since home-assistant/supervisor#5276 boot slot will be persisted when
user selects it in the GRUB menu. Document this behavior.

* Grammar adjustment by coderabbit

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

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-08-30 15:39:17 +02:00
Erik Montnemery
a5662c1608
Improve documentation of collapsible sections in service actions (#2294)
* Improve documentation of collapsible sections in service actions

* Improve grammar

* Address review comments
2024-08-29 08:12:29 +02:00
Erik Montnemery
120a8cc5c1
Document icons for collapsible sections in services (#2291)
* Document icons for collapsible sections in services

* Update dev_101_services.md

* Update dev_101_services.md

* Address review comments

* Correct grammar
2024-08-29 08:00:30 +02:00
Mike Degatano
3a4a8f413c
Document manual_only option for addon boot mode (#2286)
* Document manual_forced option for addon boot mode

* `manual_forced` to `manual_only`
2024-08-27 18:02:27 +02:00
Erik Montnemery
e93d47c363
Document icon for data entry sections (#2292)
* Document icon for data entry sections

* Try to find reason for build error

* Update data_entry_flow_index.md

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-08-27 17:20:18 +02:00
Erik Montnemery
a4fff7c05d
Improve documentation of collapsible sections in data entry flows (#2288) 2024-08-27 15:39:03 +02:00
Erik Montnemery
d87b9e2d90
Add link to core translation doc from data entry flow doc (#2287) 2024-08-27 15:05:30 +02:00