Tom Brien
2e2fd524c8
revert core-b4
2021-07-29 10:28:30 +01:00
Tom Brien
2253d80667
revert preset-classicb4
2021-07-29 10:28:15 +01:00
dependabot[bot]
52fa8bad85
Bump @docusaurus/preset-classic from 2.0.0-beta.3 to 2.0.0-beta.4 ( #1006 )
...
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 2.0.0-beta.3 to 2.0.0-beta.4.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.4/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 08:56:16 +01:00
dependabot[bot]
d077affe45
Bump @docusaurus/core from 2.0.0-beta.3 to 2.0.0-beta.4 ( #1007 )
...
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.0-beta.3 to 2.0.0-beta.4.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.4/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 08:47:20 +01:00
Bram Kragten
6bfb30b503
Add device class monetary ( #1005 )
2021-07-28 21:22:25 +02:00
Joakim Sørensen
c5656e0c1d
Rename snapshot -> backup ( #963 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-27 10:10:38 +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
Thorjan Knudsvik
a0878e40f5
Adds devcontainer instructions ( #998 )
2021-07-13 10:39:40 -07: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
2cef84ae81
Add siren to sidebar
2021-07-07 00:17:46 -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
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
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
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