882 Commits

Author SHA1 Message Date
Tom Brien
eee23aec0a
Update options update listener steps (#996)
* Update update listener doc

* Grammar
2021-07-04 03:33:57 +02:00
posixx
2f06bbd68f
Document alarm control panel vacation mode (#758) 2021-07-01 17:27:35 +02:00
Pascal Vizeli
59ba426c11
Fix host feature haos (#991) 2021-06-30 12:01:02 +02:00
Chris van Marle
c70f7ec86b
Fix supervisor ping URL (#990)
* Fix supervisor ping URL

In the current version I had to ping `http://<host>/supervisor/ping`, instead of `http://<host>/ping` as implied by the docs.

```
$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/ping'
404: Not Found

$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/supervisor/ping'
{"result": "ok", "data": {}}
```

* Use 'supervisor' as host name

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-30 09:48:17 +02:00
Joakim Sørensen
8b219a852c
Add ingress_stream add-on option (#989) 2021-06-30 09:29:43 +02:00
Paulus Schoutsen
96c5d4069b
Update config_entries_config_flow_handler.md (#988) 2021-06-29 22:49:12 +02:00
gmlupatelli
b5191affc7
Update debugging.md (#987)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-06-29 19:20:17 +02:00
Raman Gupta
f3b2d8ad7c
Add docs about device condition and action dynamic schema validation (#984) 2021-06-28 14:53:21 -07:00
Brint E. Kriebel
3c811279a7
Add information on turning off OS SSH access (#866)
* Add information on turning off OS SSH access

The current documentation does not describe how to stop the SSH access to the host if it is no longer needed. The service will be stopped and the keys removed if the Home Assistant device is booted with an empty CONFIG drive inserted.

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-28 18:21:13 +02:00
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