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
Michael Arthur
e93461da02
Add lawn mower entity ( #1875 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-08-21 12:20:34 +02:00
Jan Bouwhuis
5619caa7b1
Correct water_heater turn off methods ( #1876 )
2023-08-13 12:36:28 +02:00
Erik Montnemery
130bbf6867
Sort weather documentation ( #1868 )
2023-08-07 13:47:04 +02:00
G Johansson
6bf695dde5
Three modes for weather ( #1616 )
...
* Three modes for weather
* Tiny tweak
* new methods
* Review comments
* Change text
* Mods from rebase
* Update docs/core/entity/weather.md
* Apply suggestions from code review
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-08-07 13:17:42 +02:00
Jan Bouwhuis
911044979c
Add turn on/off service for water_heater entity ( #1852 )
2023-07-25 10:16:10 +02:00
Miguel Camba
6356916718
Document new pH device class for sensor and number ( #1854 )
2023-07-23 18:50:44 +02:00
Jan Bouwhuis
ca4ea0f652
Add scene entity developer documentation ( #1850 )
2023-07-22 17:56:12 +02:00
G Johansson
4264953161
Add uv_index to weather entity component ( #1848 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-22 17:06:55 +02:00
Franck Nijhof
659a4fc9f5
Add event entity ( #1849 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-07-21 12:17:25 +02:00
Erik Montnemery
c7a626ed29
Remove unimplemented error property from vacuum documentation ( #1836 )
2023-07-11 20:12:59 +02:00
Erik Montnemery
2d4d6fe0b2
Document MEDIA_ANNOUNCE media_player feature flag ( #1831 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-10 12:59:00 +02:00
Erik Montnemery
bec4178ef8
Document MEDIA_ENQUEUE media_player feature flag ( #1832 )
2023-07-08 10:56:09 +02:00
Erik Montnemery
635b69a2bc
Update vacuum dev docs ( #1827 )
2023-07-04 11:40:32 +02:00
Erik Montnemery
9f87322b4d
Alphabetize vacuum documentation ( #1826 )
2023-07-04 08:52:59 +02:00
Erik Montnemery
e68b90c654
Document that some entities are named by their device class ( #1823 )
...
* Document that some entities are named by their device class
* Update docs/core/entity.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-06-28 17:31:07 +02:00
Denis Shulyaka
dd312fcb06
Add action
attribute to Humidifier ( #1817 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-28 13:26:54 +02:00
Erik Montnemery
8ad3698a0a
Improve image entity documentation ( #1822 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-06-28 13:24:23 +02:00
Erik Montnemery
a06dab27d0
Update image entity documentation ( #1821 )
2023-06-28 10:41:23 +02:00
Gregory Zdanowski-House
9d61a2d9fd
Fix incorrect reference to IssueSeverity ( #1789 )
2023-06-27 21:21:12 +02:00
Jan Bouwhuis
d201645aae
Add fetch from image url option to image entity ( #1820 )
2023-06-27 08:46:44 +02:00
Erik Montnemery
2265e5c5ae
Clarify translated entity names are preferred ( #1808 )
2023-06-26 17:33:17 +02:00
Franck Nijhof
8d62460019
Add identify device class to button ( #1818 )
2023-06-26 15:46:57 +02:00
G Johansson
4851e36c1a
Weather add wind gust speed ( #1811 )
2023-06-23 08:22:57 +02:00
G Johansson
015d7a6e85
Add humidity in Weather forecast ( #1815 )
...
* Update weather.md
* float
2023-06-23 00:22:20 +02:00