863 Commits

Author SHA1 Message Date
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
Franck Nijhof
247e9ba0ad
Update hints about type hints (#899) 2021-04-26 14:22:44 +02:00
Dan Klaffenbach
01f0246787
Add documentation for grouping media players (#855) 2021-04-23 19:23:28 +02:00
Jan Bouwhuis
20b46c7d4a
Windows performance devcontainer note (#895) 2021-04-23 18:21:08 +02:00
Milan Meulemans
b37ba4d0b7
Rename HomeAssistantType to HomeAssistant (#897) 2021-04-23 16:44:44 +02:00
Philip Allgaier
9459926ca8
Notes about default values in services.yaml (#896) 2021-04-23 16:36:40 +02:00
Erik Montnemery
4677318bca
Update wording for Entity.icon (#894) 2021-04-22 17:00:53 -07:00
karliemeads
3254b8359d
Change py.test -> pytest (#893) 2021-04-21 23:03:55 +02: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
dependabot[bot]
1360fbb80f
Bump @docusaurus/preset-classic from 2.0.0-alpha.72 to 2.0.0-alpha.73 (#890)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-04-19 14:11:28 -07:00
Pascal Vizeli
af4ed95e60
Add labels to build (#888) 2021-04-15 12:42:05 +02:00