226 Commits

Author SHA1 Message Date
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
Erik Montnemery
bcefc60ab9
Update sensor.md, to make it easier to find the section about choosing state class (#1486)
* Update sensor.md

* Update sensor.md
2022-10-06 08:17:11 +02:00
epenet
1e6761fb2b
Add comment around weight device class (#1479) 2022-09-28 14:24:31 +02:00
epenet
985e8d4747
Add generic weight device class (#1476) 2022-09-28 12:20:06 +02:00
epenet
bf2edac078
Add generic speed device_class (#1466) 2022-09-28 08:27:14 +02:00
epenet
2250d2ed0b
Add generic volume device_class (#1464) 2022-09-28 08:22:38 +02:00
epenet
aa3befd302
Add generic distance device_class (#1465) 2022-09-27 16:41:22 +02:00
Robert Drinovac
dd9cb2a28f
Set device_tracker latitude/longitude Type as float (#1467) 2022-09-14 14:40:35 +02:00
epenet
08aa16134f
Replace constants with enums in media-player (#1462)
* Add RepeatMode enum to media player

* Update 2022-09-06-media-player-repeat-mode-deprecation.md

* Update 2022-09-06-media-player-repeat-mode-deprecation.md

* MEDIA_TYPE => MediaType

* Update 2022-09-06-media-player-repeat-mode-deprecation.md

* Update media-player.md

* Update 2022-09-06-media-player-repeat-mode-deprecation.md

* Update blog/2022-09-06-media-player-repeat-mode-deprecation.md

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-09-08 06:30:53 +02:00
Ernst Klamer
40db176c91
Add moisture device_class (#1457) 2022-09-01 11:47:52 -04:00
Joakim Plate
686b818df6
Add list of states to media player developer docs (#1450)
* Add list of states to media player developer docs

* Add STATE_ON

* Apply suggestions from code review

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

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-29 08:47:46 +02:00
Martin Hjelmare
9843d22ecb
Add sensor duration device class (#1432) 2022-08-09 18:40:01 +02:00
Marc Mueller
c215fcbcb5
Update device_tracker source_type properties (#1414) 2022-07-31 13:47:42 +02:00
Erik Montnemery
a9743e6f61
Update media player documentation (#1400) 2022-07-12 21:25:31 +02:00
Erik Montnemery
71d51d57cd
Tweak sensor documentation (#1399) 2022-07-12 00:10:41 +02:00
G Johansson
bd949ab96f
Add more wind speed units (#1380) 2022-06-29 21:26:12 +02:00