2075 Commits

Author SHA1 Message Date
Aeotec-ccheng
65ad7a6cd0
Update to Supported USB Sticks (#18883) 2021-08-10 23:00:09 +02:00
Paulus Schoutsen
3867f1909d
Remove wink from Z-Wave guide (#18880) 2021-08-10 21:14:42 +02:00
Aaron Bach
cdb3c26454
Add ecowitt2mqtt to MQTT Discovery docs (#18879) 2021-08-10 19:00:20 +02:00
John
09f1df7757
Update electricity-grid.markdown (#18812)
Add link to ESPHome ATM90E32 energy meter sensor.
2021-08-09 15:21:49 +02:00
Pedro Lamas
b620df780a
Fixes link in scripts.markdown and schema.markdown (#18826) 2021-08-08 15:49:27 +02:00
SaintMalik
9c9a071326
Fix broken url in docs (#18833)
What does this PR do

Fix dead or broken links in this docs page, making navigation easy for others.
2021-08-08 15:46:10 +02:00
Pedro Lamas
fe6805d9e0
Fixes missing forward slash prefix on url (#18785) 2021-08-06 01:19:22 +02:00
pdcemulator
9029c5df0a
Remove comma (#18771) 2021-08-05 12:12:01 +02:00
Pedro Lamas
29b7b28d4a
Fixes the currency configuration to use ISO 4217 (#18734) 2021-08-05 08:53:38 +02:00
Paulus Schoutsen
0fed178ac8 Add badges 2021-08-04 04:26:14 +00:00
Paulus Schoutsen
5c24fae3ec Tweaks landing page 2021-08-03 21:33:36 +00:00
Diogo Gomes
0c0e0039a7
Fixes to Energy related documentation (#18700)
* Update faq.markdown

* fix units

* Apply suggestions from code review

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

* rewriting

Co-authored-by: Franck Nijhof <frenck@frenck.dev>
2021-08-03 16:40:20 +02:00
Franck Nijhof
9e0bff4301
Merge branch 'current' into rc 2021-08-03 16:39:44 +02:00
Sebastian Lövdahl
8c2e89f1b2
More numeric_state attribute/value_template docs (#18696)
This PR adds a bit more documentation for the `attribute` and `value_template` properties for the `numeric_state` trigger.
2021-08-03 11:08:53 +02:00
Paulus Schoutsen
5de2627d17
Energy updates (#18708)
* Energy updates

* Tweak

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-03 11:01:29 +02:00
Franck Nijhof
12bfa92cfa
Merge branch 'current' into rc 2021-08-03 10:56:58 +02:00
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