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
dependabot[bot]
23cb2bba8f
Bump @docusaurus/core and @docusaurus/preset-classic from 2.0.0-beta.1 to 2.0.0-beta.3 ( #994 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-07-01 10:12:29 +02:00
Tom Brien
5ef883ba32
Revert #980 ( #993 )
2021-06-30 17:17:28 +01: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
Tom Brien
9068b64e55
Add recent blog posts to homepage ( #985 )
2021-06-28 14:52:54 -07:00
dependabot[bot]
cd431b3be6
Bump prismjs from 1.23.0 to 1.24.0 ( #986 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 22:38:47 +02: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
dependabot[bot]
60b2e9733e
Bump @docusaurus/preset-classic from 2.0.0-beta.0 to 2.0.0-beta.2 ( #980 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-25 09:51:16 +02: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
dependabot[bot]
d6a6a54b0b
Bump color-string from 1.5.4 to 1.5.5 ( #976 )
...
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 13:44:07 +02:00
dependabot[bot]
54fd2fc12a
Bump @docusaurus/core from 2.0.0-beta.0 to 2.0.0-beta.1 ( #972 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 13:38:42 +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
dependabot[bot]
80b4a2d228
Bump normalize-url from 4.5.0 to 4.5.1 ( #965 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 13:56: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
Shay Levy
a0e82ba74d
Merge pull request #959 from home-assistant/change_supported_color_modes_to_set
...
Supported color modes is a set not a list
2021-06-06 22:34:34 +03: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
dependabot[bot]
4dbc5caa59
Bump ws from 6.2.1 to 6.2.2 ( #957 )
2021-06-05 06:47:31 +01: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
dependabot[bot]
3a536659a7
Bump dns-packet from 1.3.1 to 1.3.4 ( #953 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 14:33:19 +02:00
Ruslan Sayfutdinov
e25517c598
Merge pull request #952 from Klievan/patch-1
...
Update notifications.md to fix possible spelling error
2021-05-26 15:07:06 +01: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
Erik Montnemery
a91cf65631
Add blog post about new sensor properties ( #951 )
2021-05-25 08:29:56 -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
Bram Kragten
a122e0b78a
Change link to Lit blog post ( #943 )
2021-05-19 23:35:05 +02:00