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
dependabot[bot]
572ab352a0
Bump @mdx-js/react from 3.0.1 to 3.1.0 ( #2411 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:47:00 +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
dependabot[bot]
adfeab2cdc
Bump @easyops-cn/docusaurus-search-local from 0.44.5 to 0.45.0 ( #2362 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 10:55:23 +02:00
Jan-Philipp Benecke
570a91bcd2
Add blog post about extension of deprecation period of hass.helpers ( #2359 )
2024-10-09 14:17:24 -04: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
Erik Montnemery
3188f4996a
Add blog post about changes to UnitOfConductivity ( #2357 )
2024-10-08 15:49:17 +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
epenet
c5a1a8034e
Document device tracker shorthand attributes and EntityDescription changes ( #2333 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-25 08:31:37 +02:00
G Johansson
1d8e53c54a
Add blog for deprecation of Media player constants ( #2332 )
...
* Add blog for deprecation of Media player constants
* Minor language tweaks
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Capitalize
---------
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-24 15:10:25 +02:00
G Johansson
514f1cdc36
Add blog for deprecation of feature flag constants in vacuum ( #2331 )
...
* Add blog for deprecation of feature flag constants in vacuum
* fix
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-24 14:37:33 +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
dependabot[bot]
a00529d7b4
Bump dompurify from 3.0.6 to 3.1.6 ( #2323 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 14:15:38 +02:00
Trevor Schirmer
d50255db3f
Add mm/s and in/s As Speed ( #2298 )
2024-09-22 09:02:14 -05:00
Erik Montnemery
52159b5116
Correct link in blog/2024-09-02-template-hass-required.md ( #2325 )
2024-09-19 13:53:35 +02:00
Duco Sebel
202dda206a
Remove information about deprecated properties in switch ( #2322 )
2024-09-16 14:41:05 +02:00
dependabot[bot]
1efe6aeb11
Bump express from 4.19.2 to 4.21.0 ( #2321 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 07:25:40 +02:00
dependabot[bot]
8aec77ef4e
Bump the docusaurus group with 3 updates ( #2318 )
...
Bumps the docusaurus group with 3 updates: [@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.4.0 to 3.5.2
- [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.5.2/packages/docusaurus )
Updates `@docusaurus/preset-classic` from 3.4.0 to 3.5.2
- [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.5.2/packages/docusaurus-preset-classic )
Updates `@docusaurus/theme-mermaid` from 3.4.0 to 3.5.2
- [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.5.2/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>
2024-09-13 07:16:45 +02:00
Joakim Sørensen
85c8586977
Group @docusaurus/* updates ( #2317 )
2024-09-12 16:19:16 +02:00
Erik Montnemery
f5f51fa125
Clarify blog post about entity service action schema changes ( #2316 )
...
* Clarify blog post about entity service action schema changes
* Update blog/2024-08-27-entity-service-schema-validation.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-12 12:21:35 +02:00