378 Commits

Author SHA1 Message Date
Franck Nijhof
af26c20de5
Add icon translations documentation (#2047)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-19 16:57:06 +01:00
Michael
735b7c04b3
Add placeholder for entity name translations (#1989) 2024-01-19 15:28:18 +01:00
Cyrill Raccaud
1ca5c13195
Fix todo list delete item typo (#2032)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-01-07 17:38:38 +01:00
Allen Porter
11e231b954
Change update semantics of To-do items (#2022) 2023-12-27 13:15:04 +01:00
J. Nick Koston
ba9ac0c47e
Update Bluetooth docs for async_register_scanner changes (#2021) 2023-12-23 11:13:48 +01:00
Erik Montnemery
7b109160ce
Add warning about changing device_class etc for entities (#2019) 2023-12-21 08:13:07 +01:00
Erik Montnemery
43dddb8532
Document undocumented entity properties (#2010)
* Document undocumented entity properties

* Apply suggestions from code review

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-12-18 17:41:59 +01:00
Erik Montnemery
9c45d0956e
Document media player volume_step property (#2012) 2023-12-13 17:48:31 +01:00
Erik Montnemery
15c0c4219c
Align documented media_player properties with implementation (#2011) 2023-12-13 17:45:47 +01:00
Erik Montnemery
944533363a
Improve formatting of entity property documentation (#2009) 2023-12-13 15:14:47 +01:00
Erik Montnemery
39be9041e9
Document how entity properties are consumed (#2008)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-12-13 14:33:30 +01:00
Jan Bouwhuis
c45ef246b2
Revert "Document target_temperature_step for climate (#2001)" (#2003)
This reverts commit f56f4855d53b1aae6f7fa298b860235774589f19.
2023-12-08 08:54:41 +01:00
Markus Adrario
90dfcc6e68
Update light.md (#2002) 2023-12-07 12:20:06 +01:00
Jan Bouwhuis
f56f4855d5
Document target_temperature_step for climate (#2001) 2023-12-07 09:36:06 +01:00
Jan Bouwhuis
7402019834
Add scaling utils brightness and add blogpost (#1998)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-12-05 09:26:01 +01:00
Allen Porter
c15218afd8
Add To-do list item due and description field developer documentation (#1981)
* Add To-do list item due and description fields

* Don't allow floating datetimes

* Add missing words

* Tiny tweak

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-11-28 13:02:50 +01:00
Jan Bouwhuis
f8dafa2c3c
Update blog and docs on exception handling (#1988) 2023-11-25 14:02:54 +01:00
Jan Bouwhuis
f85fa4cbbb
Add ServiceValidationError and translation support (#1961)
* Add ServiceValidationError and translation support

* Improvements, add blog post

* Add error handling response

* Follow up comment

* Update blog/2023-10-29-service-exceptions-and-translations.md

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

* Update blog/2023-10-29-service-exceptions-and-translations.md

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

* Follow up raising vs handling errors

* Fix links

* Update docs/core/platform/raising_exceptions.md

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

* Update blog/2023-10-29-service-exceptions-and-translations.md

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

* Update docs/api/websocket.md

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

* Update docs/internationalization/core.md

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

* Update docs/internationalization/core.md

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

* Update docs/core/platform/raising_exceptions.md

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

* Update docs/integration_quality_scale_index.md

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

* Update docs/internationalization/core.md

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

* Update blog/2023-10-29-service-exceptions-and-translations.md

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

* Rename file to adjust date

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-17 15:36:19 +01:00
Martin Hjelmare
32fbbb42bd
Use kw_only in entity description example (#1979) 2023-11-16 13:05:25 +01:00
avee87
c05ad84b0d
Add mmHg as a valid pressure unit (#1384)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-08 13:54:56 +01:00
Martin Hjelmare
8bd2492245
Add remote entity representation description (#1965) 2023-11-02 04:26:23 +01:00
Erik Montnemery
06cbb9a23b
Clarify image entity documentation (#1964)
* Clarify image entity documentation

* Fix typo

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-01 09:52:16 +01:00
Martin Hjelmare
55ee5f1d9b
Add entity description docs (#1963)
* Add entity description docs

* Fix typing

* Set available True

* Correct English

Co-authored-by: Allen Porter <allen@thebends.org>

* Sort imports

* Mention description key

---------

Co-authored-by: Allen Porter <allen@thebends.org>
2023-10-31 23:24:15 +01:00
Allen Porter
b615e0b645
Update todo move item API to reference previous uid (#1958)
* Update todo move item API

* Update docs/core/entity/todo.md

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-31 07:24:42 +01:00
Allen Porter
fd87cac674
Add todo component developer documentation (#1929)
* Add todo component  developer documentation

* Update todo item property documentation

* Update table syntax

* Update developer documentation from core PR changes.

* Update the move item method signature

* Update docs/core/entity/todo.md

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

* Improvements to todo developer documentation

* Apply suggestions from code review

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

* Update TodoItem field requirements.

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-24 17:03:20 +02:00
Erik Montnemery
a866f21133
Align documented date attributes with implementation (#1916)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-10-06 13:39:27 +02:00
Erik Montnemery
1689c128af
Align documented datetime attributes with implementation (#1917)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-10-06 13:39:10 +02:00
Jc2k
a22a591cac
Add new bluetooth APIs for working with unavailability timeout (#1935)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-24 10:45:41 +02:00
Erik Montnemery
f9ad66c6be
Document how to exclude state attributes from recording (#1926)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-21 13:57:09 +02:00
Erik Montnemery
7eb1c26e9c
Align documented binary_sensor attributes with implementation (#1911)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-19 20:17:56 +02:00
Erik Montnemery
aec0b612fd
Align documented fan attributes with implementation (#1920)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-19 19:44:35 +02:00
Erik Montnemery
6dc1130eb3
Align documented image attributes with implementation (#1922)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-19 18:20:51 +02:00
Erik Montnemery
1958a68c21
Align documented light attributes with implementation (#1924)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-16 10:24:05 +02:00
Ståle Storø Hauknes
62ca99473c
Fix typo in Bluetooth code example (#1928) 2023-09-15 15:11:29 +02:00
Erik Montnemery
41846a472f
Align documented humidifier attributes with implementation (#1921) 2023-09-15 14:54:44 +02:00
Erik Montnemery
29acff9b82
Align documented device_tracker attributes with implementation (#1918) 2023-09-15 14:46:29 +02:00
Erik Montnemery
cef5aaee4e
Align documented cover attributes with implementation (#1915) 2023-09-15 14:44:29 +02:00
Erik Montnemery
0e2de9f6d6
Align documented climate attributes with implementation (#1914) 2023-09-15 13:41:31 +02:00
Erik Montnemery
377beeca2a
Align documented event attributes with implementation (#1919) 2023-09-15 12:25:24 +02:00
Erik Montnemery
64f8ea12b1
Align documented camera attributes with implementation (#1913) 2023-09-15 12:20:03 +02:00
Erik Montnemery
8ff798ccf6
Align documented calendar attributes with implementation (#1912) 2023-09-15 12:14:34 +02:00
Erik Montnemery
ffe53acbaa
Align documented alarm_control_panel attributes with implementation (#1910) 2023-09-15 12:05:42 +02:00
Erik Montnemery
ae7bf6b080
Revert "Document how entity properties are consumed (#1908)" (#1909)
This reverts commit 0e8d42850253af0a1f2e3bc70033e15c62bfd8a8.
2023-09-15 11:49:07 +02:00
Erik Montnemery
2e9064010c
Align documented lawn_mower attributes with implementation (#1923) 2023-09-15 11:06:27 +02:00
J. Nick Koston
0e8d428502
Document how entity properties are consumed (#1908) 2023-09-14 17:49:16 -05:00
c0ffeeca7
b598d9d66e
Sensor entity: atmospheric pressure: add mmHg to units (#1898)
- related change in user documentation: #28781
2023-09-05 13:47:53 +02:00
Erik Montnemery
5cb541c4ce
Align documented air_quality attributes with implementation (#1893)
* Align documented air_quality attributes with implementation
2023-08-30 09:23:28 +02:00
uvjustin
d9f048ef9a
Update camera stream documentation (#1888) 2023-08-28 16:24:15 +02:00
Michael Hansen
ed82082437
Document wake word detection entity (#1887) 2023-08-24 11:07:01 -04:00
Jan-Philipp Benecke
59be20342a
Add description of issue severities (#1886)
* Add description of issue severities

* Apply suggestions from code review

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

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-08-24 09:50:05 +02:00