241 Commits

Author SHA1 Message Date
Erik Montnemery
baaf1a39c5
Document image entity (#1802)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-06-20 12:59:57 +02:00
Denis Shulyaka
3b02b3bb8c
Add current_humidity attribute to humidifier entity (#1807) 2023-06-20 09:43:52 +02:00
Erik Montnemery
8f245b6256
Update light documentation with color_temp in K (#1805) 2023-06-19 19:18:47 +02:00
Raman Gupta
2131bf7bcd
Add datetime entity developer docs (#1535) 2023-05-29 23:24:51 +02:00
Erik Montnemery
98cd588e07
Update tts entity documentation (#1784) 2023-05-24 21:03:03 +02:00
Franck Nijhof
30def44683
Add sensor device class volatile_organic_compounds_parts (#1780) 2023-05-16 22:19:36 +02:00
Andrew Betts
1b5a7916b5
Typo (#1773) 2023-05-08 09:48:27 +02:00
Raman Gupta
eac4921e3f
Add time entity developer docs (#1534)
Co-authored-by: Teemu R. <tpr@iki.fi>
2023-04-30 22:34:30 +02:00
Raman Gupta
bbd8f67c49
Add date entity developer docs (#1533)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-04-30 20:35:06 +02:00
Martin Hjelmare
7391b88d08
Add text to speech entity (#1754) 2023-04-20 23:12:36 -04:00
Martin Hjelmare
298f379b63
Add speech to text entity (#1747) 2023-04-14 21:07:30 -04:00
Jan Bouwhuis
8514cfbeec
Light entity brightness to be in range 1..255 (#1748) 2023-04-13 19:38:36 +02:00
Raman Gupta
46be04bb38
Add ms as valid duration sensor unit type (#1741) 2023-04-04 12:42:02 +02:00
Allen Porter
47f6e2bfe9
Add blog post and updated documentation for Calendar Entity timezone handling (#1732) 2023-03-28 18:59:30 +02:00
Allen Porter
92c15ab83e
Update CalendarEvent timezone requirements (#1709) 2023-03-14 20:33:44 -04:00
Erik Montnemery
19845c516d
Document ENERGY_STORAGE and VOLUME_STORAGE device classes. (#1698) 2023-03-01 16:02:10 +01:00
Erik Montnemery
c471f4ef53
Remove outdated comments about statistics (#1699) 2023-02-28 21:18:32 -05:00
Erik Montnemery
428318d797
Document + blog post sensor presentation rounding (#1673) 2023-02-08 15:00:23 +01:00
Erik Montnemery
9c735f9364
Fix typo in sensor documentation (#1657) 2023-01-30 17:20:47 +01:00
SgtBatten
fa7f6f2a7b
Add MJ and GJ energy types (#1639) 2023-01-25 14:25:08 +01:00
Erik Montnemery
5071e5e05f
Document K as a valid unit for temperature sensor and number (#1650) 2023-01-25 11:48:24 +01:00
Erik Montnemery
c1972a3d13
Document sensor attribute native_precision (#1648)
* Document sensor attribute native_precision

* 🔡
2023-01-25 08:56:03 +01:00
Erik Montnemery
84ce528485
Update allowed units for power factor sensor device class (#1614) 2023-01-09 10:42:16 +01:00
Franck Nijhof
dfd77cabdf
Replace device class strings with enums in dev docs (#1610) 2023-01-04 00:37:28 +02:00
Erik Montnemery
e0eb707572
Update SensorDeviceClass.PRECIPITATION documentation (#1608) 2023-01-03 11:11:09 +01:00
Steven Vondruska
21e63c3b75
Updating native_unit_of_measurement documentation (#1586) 2023-01-02 12:15:58 +01:00
Allen Porter
3e728a0841
Revert "Update timezone requirements for calendar events (#1601)" (#1604)
This reverts commit 1b8d71e9b12d998a02261b84d1045d98207be32c.
2023-01-01 21:11:34 -08:00
Allen Porter
1b8d71e9b1
Update timezone requirements for calendar events (#1601) 2022-12-31 15:23:34 -05:00
SukramJ
b28c57600c
Add mA to SensorDeviceClass.CURRENT (#1593) 2022-12-30 13:55:39 +01:00
Jan Bouwhuis
7c5ede6fba
Add mV unit to number and sensor entity documentation (#1598) 2022-12-30 12:51:32 +01:00
Allen Porter
08f2a6f65a
Fix copy/paste mistakes in calendar update docs (#1596) 2022-12-29 16:19:33 +01:00
Allen Porter
f46b511dba
Add update APIs for Calendar Entities (#1590) 2022-12-27 21:56:24 +01:00
epenet
9815c59189
Remove lumen from Illuminance units (#1592) 2022-12-27 14:26:00 +01:00
epenet
c5eae6f4e5
Add CCF to volume units (#1587) 2022-12-19 14:58:13 +01:00
epenet
2f4c542bde
Add stones to weight units (#1585) 2022-12-13 17:35:34 +01:00
epenet
8e3979ee81
Add new atmospheric pressure device class (#1573) 2022-12-09 13:49:21 +01:00
epenet
cfb86b5075
Add new sound pressure device class (#1574)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-08 20:11:45 +01:00
epenet
0896d1c000
Add new irradiance device class (#1575)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-08 18:46:50 +01:00
epenet
2aa3db4d0b
Add new data rate device class (#1577) 2022-12-08 18:20:33 +01:00
epenet
520ba8bc50
Add new data size device class (#1576) 2022-12-08 16:50:34 +01:00
epenet
8eda52dd4e
Add cm to precipitation units (#1567)
* Add cm to precipitation units

* Update number.md
2022-12-07 08:10:18 +01:00
Franck Nijhof
ea9f865cb5
Enum device class & options property of sensor entities (#1540) 2022-12-02 09:11:38 +01:00
Allen Porter
4964a4cdea
Add documentation for calendar entity create/delete (#1488)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-30 21:20:48 +01:00
Raman Gupta
66cd7aa4e4
Add text entity developer docs (#1536) 2022-11-24 20:03:53 +01:00
epenet
8b5d5c4212
Add precipitation device class (#1517) 2022-11-18 12:42:06 +01:00
Erik Montnemery
c0f40d5005
Document new number device classes (#1532) 2022-11-17 14:00:46 +01:00
epenet
68ed590f2b
Add precipitation_intensity sensor device class (#1491) 2022-10-26 14:41:20 +02:00
Erik Montnemery
4bc5729629
Document sensor property suggested_unit_of_measurement (#1503)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-10-25 17:25:11 +02:00
epenet
9bd288eb84
Add wind_speed sensor device class (#1490) 2022-10-25 17:23:06 +02:00
epenet
d614799414
Add WATER sensor device class (#1509) 2022-10-24 21:06:59 +02:00