222 Commits

Author SHA1 Message Date
Jaroslav Hanslík
aa7ff2ea3d
Consistent properties info for all entities (#1012) 2021-08-03 13:56:04 +02:00
Paulus Schoutsen
c11d90613f
Clarify long-term stats (#1011) 2021-07-29 22:17:06 +02:00
Allan Lin
7475cdb1d2
Fix missing link. (#1010) 2021-07-29 16:46:42 +01:00
Bram Kragten
6bfb30b503
Add device class monetary (#1005) 2021-07-28 21:22:25 +02:00
J. Nick Koston
99986314be
Update lock for locking, unlocking, jammed (#1001) 2021-07-20 18:13:33 +02:00
Erik Montnemery
76f6b1ac08
Further tweak documentation about _attr-style shorthand for properties (#1000)
* Further tweak documentation about _attr-style shorthand for properties

* Update entity.md

* Update air-quality.md

* Update entity.md

* Update air-quality.md

* Update air-quality.md

* Update device-tracker.md

* Update device-tracker.md

* Update fan.md

* Update vacuum.md

* Update entity.md

* Update entity.md

* Move the example to a separate PR
2021-07-15 15:47:48 +02:00
Erik Montnemery
83d945a0c4
Tweak language for remote turn_on, turn_off, toggle services (#1002) 2021-07-12 09:47:00 +02:00
Charles Garwood
395f1e0fa3
Merge pull request #865 from raman325/siren
Add entity doc for siren platform
2021-07-11 19:51:10 -04:00
Erik Montnemery
a4fd68603d
Tweak documentation about _attr-style shorthand for properties (#999) 2021-07-08 11:21:43 +02:00
raman325
565a8efc11
improve formatting 2021-07-07 00:21:38 -04:00
raman325
553150b874
feedback 2021-07-07 00:16:43 -04:00
raman325
5b10caccd5
Update docs to explain the turn_on service functionality better 2021-07-04 12:28:15 -04:00
posixx
2f06bbd68f
Document alarm control panel vacation mode (#758) 2021-07-01 17:27:35 +02:00
Shay Levy
7ae2346834
Deprecate Switch entity properties (#982)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-06-27 18:11:42 +02:00
raman325
70d5b265c7
Update docs based on core PR review and changes 2021-06-25 18:14:35 -04:00
Shay Levy
5d49aa4119
Fix typo in Fan entity (#983) 2021-06-25 18:32:45 +01:00
Erik Montnemery
f86eab2269
Correct information on how to generate a 0-timestamp (#979) 2021-06-24 09:34:26 -07:00
Franck Nijhof
b112c0cdbc
Add AirQuality deprecation notice (#978) 2021-06-22 21:10:41 +02:00
Franck Nijhof
bbf7781378
Fix GitHub repository links and use dev branch when possible (#971) 2021-06-18 14:08:47 +02:00
Franck Nijhof
9e67de6b8a
Add select integration (#969)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-06-18 14:06:14 +02:00
Erik Montnemery
9f26b826fc
Update light docs with color_mode white and color_temp translation (#964) 2021-06-09 13:25:36 +02:00
Erik Montnemery
ae0b7c64fa
Clarify rgb to hs/xy color conversion (#961) 2021-06-07 11:26:45 +02:00
Erik Montnemery
474d533d38
Clarify brightness calculation for RGB lights (#960) 2021-06-07 11:24:54 +02:00
Robert Svensson
4962f0c824
Supported color modes is a set not a list
c43bdbf7c8/homeassistant/components/light/__init__.py (L645)
2021-06-06 20:45:49 +02:00
Erik Montnemery
efe7943736
Remove is_standby from SwitchEntity (#955) 2021-06-03 14:22:00 +02:00
Erik Montnemery
0b7911ae3d
Add sensor state_class examples (#950)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-25 09:11:20 -07:00
Erik Montnemery
c0ceb15b09
Document sensor last_reset (#949)
* Document sensor last_reset

* Clarify that `last_reset` will be exposed as an ISO 8601-formatted string
2021-05-24 14:44:31 +02:00
Barry Quiel
4dacbae8da
Update fan.md for typo (#947)
Directions say to derive entity platforms from 'homeassistant.components.fan.FanDevice' but FanDevice doesn't exist. It is still called FanEntity
2021-05-23 19:28:17 -07:00
Franck Nijhof
6a85f3685f
Add information about using entity class attribute (#945)
Co-authored-by: Teemu R. <tpr@iki.fi>
2021-05-22 18:19:19 +02:00
davidlang42
b403f51178
Some properties require SUPPORT_SWING_MODE (#918) 2021-05-11 10:20:40 -07:00
Erik Montnemery
1f75eba939
Document sensor state_class (#922) 2021-05-10 08:41:17 +02:00
Erik Montnemery
f3207aea39
Update light color_mode documentation (#913) 2021-05-03 11:26:19 +02:00
Ville Skyttä
34b425ec13
Spelling and grammar fixes (#909) 2021-04-30 08:01:54 +02:00
Erik Montnemery
604e921181
Correct table in light entity documentation (#907) 2021-04-29 15:00:49 +02:00
Erik Montnemery
f08f6127b9
Improve light docs (#906) 2021-04-29 09:20:21 +02:00
Dan Klaffenbach
01f0246787
Add documentation for grouping media players (#855) 2021-04-23 19:23:28 +02:00
Erik Montnemery
4677318bca
Update wording for Entity.icon (#894) 2021-04-22 17:00:53 -07:00
Erik Montnemery
53f5104bd4
Document updated LightEntity support for color_mode (#892)
* Document updated LightEntity support for color_mode

* Correct documentation for some properties which return a tuple

* Update light.md
2021-04-21 20:09:53 +02:00
Matthias Alphart
880e00d8f1
use SwitchEntity in example (#887)
instead of deprecated SwitchDevice
2021-04-14 17:33:44 +02:00
raman325
bbfc6ac654
Add entity doc for siren platform 2021-03-25 00:59:56 -04:00
rospogrigio
53f669ba41
Update Vacuum Entity documentation (#701)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-16 19:10:51 +01:00
J. Nick Koston
5594e42aec
Document that icon should not be set when device_class is set. (#844) 2021-03-10 15:21:23 -08:00
Paulus Schoutsen
bc55ccd987
Reorganize architecture section (#839) 2021-03-10 09:17:54 -08:00
Franck Nijhof
dd7b026064
Replace Entity.device_state_attributes with Entity.extra_state_attributes (#837)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-03-09 15:05:23 +01:00
Alexei Chetroi
69047ad792
Update Sensor device classes (#836) 2021-03-07 02:55:07 +01:00
J. Nick Koston
300260c5c2
Improve fan preset mode documentation (#828) 2021-03-04 18:18:47 -10:00
J. Nick Koston
b76c303ae0
Update remote.md 2021-03-02 13:41:35 -10:00
J. Nick Koston
951751d45f
Update remote entity for activities 2021-03-01 11:47:16 -10:00
J. Nick Koston
82f30a3050
Fix typing on fan speed count (#813) 2021-02-19 22:44:07 +01:00
J. Nick Koston
a64d3fe28d
Make this a by more DRY by adding int_states_in_range util 2021-02-14 11:15:42 -10:00