Codestian
|
afc44b25f3
|
Update websocket.md (#958)
Added missing optional "target" key in Calling a service section and changed "service_data" key with better examples.
|
2021-06-28 18:15:34 +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 |
|
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 |
|
AustinRaney-NOAA
|
5efc820ef2
|
Bump python dev version in docs to 3.8 b.c. home-assistant/core#50013 (#977)
Usage of `typing.Final` added in [50013](https://github.com/home-assistant/core/pull/50013), specifically, (076227acbe/homeassistant/const.py (L4) ) is only supported in python 3.8+.
See: https://docs.python.org/3.8/library/typing.html#typing.Final
|
2021-06-22 19:35:58 +02:00 |
|
Pascal Vizeli
|
6beab48be8
|
Add snapshot modes (#974)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-06-22 13:50:08 +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 |
|
Matteo Gheza
|
79e2681a42
|
Update add-ons configuration.md (#970)
|
2021-06-15 10:53:31 +02:00 |
|
Tom Brien
|
3bdccd02df
|
Minor grammatical adjustment to snapshot_pre/post descriptions (#968)
* Grammar
* 🤦♂️deleted too much
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-06-14 14:04:07 +02:00 |
|
Stefan Agner
|
79de487e18
|
Document snapshot_pre/_post configuration options (#967)
|
2021-06-14 12:39:07 +02:00 |
|
Milan Meulemans
|
4229066e0a
|
Replace Lokalise documents link (#966)
|
2021-06-11 19:41:31 +01: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 |
|
J. Nick Koston
|
371b5b5ca5
|
Update ssdp callback matching to support MATCH_ALL (#956)
|
2021-06-04 02:10:57 +02:00 |
|
Erik Montnemery
|
efe7943736
|
Remove is_standby from SwitchEntity (#955)
|
2021-06-03 14:22:00 +02:00 |
|
J. Nick Koston
|
2de6dbee1a
|
Document network and discovery helper APIs (#954)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-06-02 09:45:59 -10:00 |
|
Ivan Herrera
|
1358e5ea06
|
Update notifications.md to fix possible spelling error
safed_device_name seems to be wrong in this context. saved_device_name seems correct.
|
2021-05-26 13:42:12 +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 |
|
ChopperRob
|
11771f20e2
|
Update tutorial.md (#948)
The link to the run.sh example no longer exists. Change it to the run.sh of the dhcp_server addon.
|
2021-05-25 10:35:53 +02: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 |
|
Aaron Ten Clay
|
9615a93a84
|
Minor grammatical fixes to core.md (#944)
|
2021-05-23 08:48:32 -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 |
|
Paulus Schoutsen
|
35fed7195f
|
Update the WS API docs (#937)
|
2021-05-17 10:40:11 +02:00 |
|
Farid
|
5401141431
|
Update development_environment.md (#941)
|
2021-05-16 15:11:08 +01:00 |
|
davidlang42
|
b403f51178
|
Some properties require SUPPORT_SWING_MODE (#918)
|
2021-05-11 10:20:40 -07:00 |
|
peddamat
|
53b8a46271
|
Updated step as default Services view doesn't not allow defining Serv… (#930)
I was working through the documentation and found this confusing. I had to Google and reference [this page](https://www.home-assistant.io/docs/tools/dev-tools/) to understand how to complete this step.
|
2021-05-11 10:18:53 -07:00 |
|
Joakim Sørensen
|
3e17a760e0
|
Add snapshot content (#936)
|
2021-05-11 10:17:45 -07:00 |
|
Pascal Vizeli
|
cc11cb87f5
|
pwned on options validation (#917)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2021-05-11 17:22:27 +02:00 |
|
Fabian Affolter
|
e623d0dca6
|
Remove HassOS and rephrase the sentence (#932)
|
2021-05-11 16:55:57 +02:00 |
|
Ville Skyttä
|
972fbf5871
|
Document device registry identifiers as DOMAIN, id tuples (#935)
Refs https://github.com/home-assistant/core/pull/50355
|
2021-05-11 12:49:00 +02:00 |
|
peddamat
|
884441e0aa
|
Removed reference to "Build Supervisor" as task no longer exists (#923)
|
2021-05-10 11:59:33 +02:00 |
|
Erik Montnemery
|
1f75eba939
|
Document sensor state_class (#922)
|
2021-05-10 08:41:17 +02:00 |
|
peddamat
|
42089e7252
|
Added link to Home Assistant core repository (#920)
|
2021-05-09 19:35:36 +02:00 |
|
Tom Brien
|
17818189de
|
Add docs getting started to top menu (#926)
|
2021-05-09 01:18:20 +02:00 |
|
Franck Nijhof
|
a6058d8c4a
|
Adjust documentation for entity service registration (#916)
|
2021-05-03 17:25:17 +02:00 |
|
karliemeads
|
03a202bac0
|
Make "Creating your first integration" step 1 in Building integrations (#911)
|
2021-05-03 13:55:58 +02:00 |
|
Erik Montnemery
|
f3207aea39
|
Update light color_mode documentation (#913)
|
2021-05-03 11:26:19 +02:00 |
|
Milan Meulemans
|
72268b1e7d
|
Update system reserved config steps (#910)
* Update system reserved config steps
* Add DEPRECATED
* Rename to supervisor
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2021-05-01 10:16:32 +02:00 |
|
Ville Skyttä
|
34b425ec13
|
Spelling and grammar fixes (#909)
|
2021-04-30 08:01:54 +02:00 |
|
Maximilian Ertl
|
904387fa9c
|
Make manifest.json documentation more clear (#908)
|
2021-04-29 23:10:33 +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 |
|
Ruslan Sayfutdinov
|
3d5a831df2
|
Fix typos in type checking section (#904)
|
2021-04-28 11:35:04 +02:00 |
|
Paulus Schoutsen
|
b5de04684c
|
Document frontend strategy (#900)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-04-27 10:29:26 -07:00 |
|
Franck Nijhof
|
039b12e201
|
Update hints about type hints (#901)
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com>
|
2021-04-27 10:12:27 -07:00 |
|