2609 Commits

Author SHA1 Message Date
Chris Browet
34a97542d9
FIX: It's "trace:", not "traces:" (#18683)
Not actually sure if it's a doc or code bug, but "traces:" is refused while "trace:" works
2021-08-02 12:40:34 +02:00
Paulus Schoutsen
ca8554f367
Energy Docs (#18328)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-28 22:26:07 +02:00
Franck Nijhof
c5e83224bc
Merge branch 'current' into next 2021-07-28 13:42:27 +02:00
J M H
7bc737d1ac
Update the "I'm Locked Out" documentation for using a container CLI (#18109)
* Update the "I'm Locked Out" documentation for using a container CLI

## Proposed change
Added steps to change a lost password through the command line when Home Assistant is running in a container. Also added a note that the "Change Password" button does not always show up, but switching to another interface will likely show it (I learned that _after_ figuring out this whole `hass` process).

Follow-up to unfinished #14477 by @hadim and https://community.home-assistant.io/t/reset-password-from-ha-docker-container/215537

## Type of change
* [ ]  Spelling, grammar or other readability improvements (`current` branch).
* [x]  Adjusted missing or incorrect information in the current documentation (`current` branch).
* [ ]  Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
  
  * [ ]  I've opened up a PR to add logo's and icons in [Brands repository](https://github.com/home-assistant/brands).
* [ ]  Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
* [ ]  Removed stale or deprecated documentation.

## Additional information
* Link to parent pull request in the codebase:
* Link to parent pull request in the Brands repository:
* This PR fixes or closes issue:

## Checklist
* [x]  This PR uses the correct branch, based on one of the following:
  
  * [x] I made a change to the existing documentation and used the `current` branch.
  * [ ] I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
* [x]  The documentation follows the Home Assistant documentation [standards](https://developers.home-assistant.io/docs/documenting/standards).

* Update instructions for a forgotten password

- Moved the container command line instructions under the console instructions.
- Used wording from the section introduction to rename the authentication reset instructions.
- Removed mention of using a password manager since the user obviously did not (and HA has not been compatible with some password managers in some browser configurations recently). This is why I did not use one and why I had to figure out how to reset my password, then share the instructions with the community.
2021-07-28 11:57:28 +02:00
Richard T. Schaefer
29f6cba2a6
Add this variable for use by automation and script templates (#18505) 2021-07-28 09:10:13 +02:00
Franck Nijhof
c4ea5f7172
Add currency core configuration (#18627)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-07-28 09:00:06 +02:00
Raman Gupta
e784059e83
Add documentation on new template functions for devices (#18540)
* Add documentation on new template functions for devices

* fix examples

* Update docs

* rename function

* rename back

* Rename template function back
2021-07-28 08:45:01 +02:00
Christopher Loessl
0c7bb747f7
docs(automation): clarify the importance of cross (#18628) 2021-07-27 11:16:51 +02:00
Franck Nijhof
a302a89482
Clean up device vs entity mixup in older documentation (#18555) 2021-07-26 11:13:55 +02:00
Chris Browet
9bd32c7567
Fix webhook trigger.json example (#18613)
As it is, the curl sample, without data, actually generates a
```
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
```
2021-07-26 10:23:41 +02:00
Oxan van Leeuwen
5489f1cf2f
Fix a bunch of typos (#18579) 2021-07-23 00:07:27 +02:00
Fredrik Andersson
7e7f1df002
Add Silicon Labs SLUSB7000A to the supported list (#18566) 2021-07-21 23:07:28 +02:00
ryman1
463e92cdf8
Change 'condition' to 'conditions' (#18543) 2021-07-21 23:05:57 +02:00
Jan Bouwhuis
4d39d1138f
Add MQTT humidifier documentation (#18450)
* Add MQTT humidifier documenattion

* use available_modes to align to entity model

* text correction

* available_modes

* use avail_modes not modes

* Do not not mark sub release

* Allign modes attribute with climate platform

* Remove humidity range, add device_class

* Retrigger tests
2021-07-19 15:28:11 +02:00
David Beitey
e4dade1b29
Document automation trigger ID template variables (#18497)
This documents the trigger IDs and index variables available in trigger_data for all trigger platforms (https://github.com/home-assistant/core/blob/master/homeassistant/helpers/trigger.py#L79) which was mentioned in the [2021.7 release notes](https://www.home-assistant.io/blog/2021/07/07/release-20217/#trigger-conditions-and-trigger-ids).
2021-07-14 10:37:19 +02:00
Tom Brien
64da9edeef
Add references to traces for automation debugging (#18496)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-13 21:03:16 +02:00
TheDK
046e54f78c
Update trigger.markdown (#18425)
Fixed typo.
2021-07-08 08:41:17 +02:00
Franck Nijhof
862f3858de
Merge branch 'current' into rc 2021-07-07 13:06:30 +02:00
Joakim Sørensen
b1a0c1ec45
Adjust check config documentation (#18411) 2021-07-06 19:40:41 +02:00
drfinn15
27832b0ade
Typo in automation.turn_off part (#18378)
Changed "on" to "off", because the service automation.turn_off turns automations off, not on.
2021-07-05 11:13:02 +02:00
Erik Montnemery
41378757d5
Document MQTT Select (#18290)
* Document MQTT Select

* Apply suggestions from code review

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

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-24 18:47:59 +02:00
Franck Nijhof
04987cbb49
Merge branch 'current' into next 2021-06-24 13:20:55 +02:00
Joakim Sørensen
f8a1c05704
Add link about finding the configuration (#18265)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-06-23 20:25:54 +02:00
kloggy
f16008b274
Small clarification for queued automations (#18200) 2021-06-14 23:47:48 +02:00
Erik Montnemery
baa1e53193
Document trigger condition (#18160)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-12 11:48:07 +02:00
Erik Montnemery
9df461964a
Document trigger id (#18159) 2021-06-11 23:16:06 +02:00
Franck Nijhof
b9e2771b74
Add documentation for as_datetime template method/filter (#18116) 2021-06-07 18:37:02 +02:00
Franck Nijhof
c1f6e7ef5f
Add referencing sensor entities for before/after in time conditions (#18115) 2021-06-07 18:24:16 +02:00
Franck Nijhof
6a81548dc6
Merge branch 'current' into next 2021-06-07 13:11:48 +02:00
Franck Nijhof
aa08471668
Allow number & sensors references in numeric_state triggers/conditions (#18084) 2021-06-04 18:14:58 +02:00
Franck Nijhof
fa493b59bd
Remove commercial brokers from MQTT documentation (#18063)
* Remove commercial brokers from MQTT documentation

* Remove stale note
2021-06-02 20:08:49 +02:00
Franck Nijhof
9bfcc62f50
Merge branch 'current' into rc 2021-06-02 13:15:57 +02:00
Franck Nijhof
fc29c12ecb
Merge branch 'current' into next 2021-06-02 12:45:34 +02:00
Joakim Sørensen
350d5845a9
Update templating.markdown (#18034) 2021-05-31 21:44:37 +02:00
craigmcgowan
557101eda9
link to default filter was incorrect (#18021) 2021-05-31 14:29:42 +02:00
Franck Nijhof
8ff0f1770c
Merge branch 'current' into next 2021-05-25 15:08:25 +02:00
Franck Nijhof
6f9f500b9d
Clarify advanced mode in scene editor (#17963) 2021-05-25 14:55:45 +02:00
Jordan Kueh
f28203fec7
Adding notes on JSON content-type header (#17902)
I noticed that the `trigger.json` key wasn't accessible unless I explicitly set the `Content-Type` header, so adding my discoveries to the documentation.

Let me know if anything needs to be tweaked!
2021-05-25 13:06:33 +02:00
dependabot[bot]
578592dd22
Bump textlint from 11.9.1 to 12.0.0 (#17948)
* Bump textlint from 11.9.1 to 12.0.0

Bumps [textlint](https://github.com/textlint/textlint) from 11.9.1 to 12.0.0.
- [Release notes](https://github.com/textlint/textlint/releases)
- [Changelog](https://github.com/textlint/textlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/textlint/textlint/compare/textlint@11.9.1...v12.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix new linter catch

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 11:53:04 +02:00
millerkyle72
cdf2e35d8d
Remove service_executed from Events documentation (#17916)
No longer possible to listen to the service_executed after 0.84 per this thread. https://community.home-assistant.io/t/service-executed-event-replacement/98538
2021-05-25 11:36:24 +02:00
David Beitey
d0351ea6d9
Fix position of yaml list marker in Scripts docs (#17952) 2021-05-25 10:53:45 +02:00
AdeZwart
2772131721
Update links to Jinja documentation (#17954)
* Update links to Jinja documentation

Solves issue #17881. Broken links to Jinja documentation.

* Use latest

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-25 10:37:50 +02:00
Andreas Ehn
3f02ea0d49
Improved grammar (#17903) 2021-05-22 22:12:55 +02:00
Jan Bouwhuis
53fb699dfd
Mqtt fan docs update for new state reset attributes (#17820)
* Mqtt fan docs upate for new state reset attributes

* Better description of new payload_reset_attributes
2021-05-20 11:43:51 +02:00
Franck Nijhof
da1554b266
Merge branch 'current' into next 2021-05-19 18:42:22 +02:00
Matt Emerick-Law
b6c629a146
Update scene editor page with new screenshot and top-right menu (#17809) 2021-05-14 22:08:15 +02:00
Adrian Sterr
481049a238
added hivemq cloud documentation (#17727)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 12:57:26 +02:00
tobkim
87eaa28be8
Translated condition example to english (#17748)
Wasn't sure I was understanding the condition example correctly, so I translated it to english for clarity.
2021-05-09 02:53:55 +02:00
Franck Nijhof
50c1126066
Merge branch 'current' into next 2021-04-28 14:56:59 +02:00
Ron Schaeffer
500c62fb67
Update dev-tools.markdown (#17628)
Developer Tools/Events documentation is incomplete. This adds documents for event subscription.
2021-04-28 13:05:01 +02:00