4520 Commits

Author SHA1 Message Date
Jan Bouwhuis
0265014bdb
Google Assistant - update fan platform capabilties (#18415) 2021-07-22 14:25:15 +02:00
Duncan Elliot
64be71a4b2
Minor typo updates to integrations/alert doco (#18576) 2021-07-22 08:33:07 +02:00
Carlo Costanzo
573fc8c9fe
Added in some Words about Battery Drain potential. (#18482)
* Added in some Words about Battery Drain potential.

Mainly pulled from https://github.com/home-assistant/home-assistant.io/issues/16521 and @mabahj.

* Corrected linting error

Tesla instead of tesla.

* Update source/_integrations/tesla.markdown

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

* Update source/_integrations/tesla.markdown

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

* Update source/_integrations/tesla.markdown

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

* Update source/_integrations/tesla.markdown

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

* Update source/_integrations/tesla.markdown

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

* Make the scan_interval phrase clearer.

Added in the other option and referred to it as the scan_interval to make the description clearer hopefully.

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-21 13:50:01 +02:00
Paulus Schoutsen
a99784324c
Add event to binary sensor example (#18567) 2021-07-21 08:35:22 +02:00
Yannick Brosseau
523d1b0f3b
Update prometheus configuration example for version 2.26+ (#18565)
* Update prometheus configuration example for version 2.26+

The bearer token configuration entry have changed format in the latest Prometheus (starting at version 2.26). 
Instead of bearer_token:, it needs a authorization: credentials: entry.

* Small tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-20 18:43:53 +02:00
Franck Nijhof
3ba917f628
Add missing Nanoleaf to discovery integration documentation (#18556) 2021-07-20 14:01:22 +02:00
Franck Nijhof
424c2b42cc
Add IKEA Tradfri shortcut button limitation note (#18554) 2021-07-20 14:01:11 +02:00
gmlupatelli
88023a0a26
Update smtp.markdown (#18466)
* Update smtp.markdown

Replaced the generic smtp server in the Google Mail sample configuration for the right one "smtp.gmail.com", and merged the duplicate Google Mail extra steps paragraphs, clarifying an annoying less secure notification behaviour, where Google just turn this access off if it is not used for an undisclosed period of time.

* Updated smtp page according to the feedback

Updated the generic Example configuration.yaml entry including the SMTP server, user name, and password fields. 
Separate the configuration segment from the usage segment by including a USAGE chapter (got the inspiration from the Facebook notification).
Moved the provider-specific configuration to the bottom of the page in a new chapter called Specific E-Mail Provider Configuration.

* Update source/_integrations/smtp.markdown

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

* Update source/_integrations/smtp.markdown

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

* Update source/_integrations/smtp.markdown

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

* Update source/_integrations/smtp.markdown

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

* Revert the initial yaml example to the original one without any optional variable

Revert the initial yaml example to the original one without any optional variable

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-19 22:16:47 +02:00
CurrentThread
30ce654e62
Clarify country name configuration MeteoAlarm (#18435)
The country name instructions are not clear now and on the given page you cannot find the correctly written country name. For example for the United Kingdom, the country name in the configuration must be `united-kingdom`.
2021-07-19 18:38:54 +02:00
Christopher Nethercott
bc44411ba5
Update icloud.markdown with section on app specific passwords. (#18407)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-19 17:59:20 +02:00
Daniel Hjelseth Høyer
8c39fc4602
Update tibber.markdown (#18553) 2021-07-19 16:53:53 +02:00
jjlawren
7e61bf8222
Update to reflect use of Network integration (#18420) 2021-07-19 15:26:15 +02:00
Roland Beck
79d534593c
updated external broken links (#18551) 2021-07-19 14:08:53 +02:00
Charles Garwood
0cf55bd883
Add unmaintained warning to ozw integration (#18546) 2021-07-19 11:40:16 +02:00
Spiffo
2e6c65083e
Update media_player.markdown (#18549) 2021-07-19 10:47:56 +02:00
Paulus Schoutsen
2336dc06e1
Update ambee with API requirements. (#18527) 2021-07-16 09:18:21 +02:00
Erik Montnemery
f9aa0d8275
Document white light turn_on parameter (#18529)
* Update light.markdown

* Update light.markdown
2021-07-16 08:55:16 +02:00
gde79
eea543e3c5
Additional step to link multiple Spotify accounts (#18524) 2021-07-15 19:56:09 +02:00
Robert Fischer
fc74e8005c
Update ohmconnect.markdown (#18503)
Updating documentation per https://www.gitmemory.com/issue/home-assistant/core/50503/862003345
2021-07-14 11:06:11 +02:00
Charles Garwood
4e6c9d8262
Update Z-Wave JS docs (#18504)
Not really early stages anymore, fix zwave_js.ping service description, and update info on polling.
2021-07-14 09:40:09 +02:00
Franck Nijhof
a03f486290
Fix tables on SMA integration page (#18499) 2021-07-13 14:02:35 -04:00
Franck Nijhof
17b379226d
Fix broken links in dwd weather warnings (#18486) 2021-07-13 12:24:27 +02:00
Jan Bouwhuis
8a44aee384
MQTT Fan docs - sorted config and small text corrections (#18454)
* sorted config and small text corrections

* remove unneeded raw tags
2021-07-12 18:26:16 +02:00
Franck Nijhof
17f9f7ca3a
Add missing webhook to default config docs (#18479) 2021-07-12 17:39:48 +02:00
Chris Browet
8a5560ee83
Clarifies usage of trusted_proxies (#18447)
* Clarifies usage of trusted_proxies

As discussed in https://github.com/home-assistant/core/issues/52736

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-12 17:10:11 +02:00
Oxan van Leeuwen
a7669138f7
Clarify and fix formatting for MQTT light JSON schema (#18458) 2021-07-12 16:28:17 +02:00
Matthias Pfefferle
2391cc1619
fixed typo (#18452) 2021-07-12 14:19:50 +02:00
HeimdallMidgard
900af2af76
Update mqtt_room.markdown Added my ESP-32-BLE-Scanner for Home Assistant (#18465)
* Update mqtt_room.markdown

Added my ESP-32-BLE-Scanner so more ppl can find it :). If you want to make adjustments go for it. Feedback etc. is also nice.

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-12 13:37:28 +02:00
Franck Nijhof
04a5d7b480
Fix incorrect default scan interval for Luftdaten (#18476) 2021-07-12 12:49:03 +02:00
Joakim Sørensen
87d7768cc2
Add missing ha_category (#18472) 2021-07-12 09:24:52 +02:00
Simone Chemelli
b0fc0dd91c
Add Fritz missing info for device profiles and port forwards (#18431)
* Add info for device profiles and port forwards

* Update source/_integrations/fritz.markdown

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

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-08 21:14:16 +02:00
Simone Chemelli
6d7a1ddda9
Update vendor link to the international site (#18417) 2021-07-08 21:13:07 +02:00
Rafael Uguina
84ef50f3dc
Update foscam.markdown (#18430) 2021-07-08 14:45:56 +02:00
Franck Nijhof
100cfa585c
Sync codebase with docs for 2021.7 2021-07-07 14:38:19 +02:00
Franck Nijhof
862f3858de
Merge branch 'current' into rc 2021-07-07 13:06:30 +02:00
J. Nick Koston
29821ba06c
Revert nmap_tracker to 2021.6 version (#18403) 2021-07-06 19:06:04 +02:00
mlemainque
25e34eea3c
Update daikin.markdown (#18241)
* Update daikin.markdown

* Update daikin.markdown

* Update daikin.markdown
2021-07-06 19:06:01 +02:00
tomlut
a56e917892
Update TH-P60ST50A supported model note (#18408)
When adding this model to supported models a while ago I did not realise it was HDMI-CEC from my Kodi box that was turning on the TV. The integration can not turn on the TV as there is no network interface when off.
2021-07-06 17:37:56 +02:00
Miguel Sánchez Villafán
dca907aca0
Update API Key cURL to reflect correct URL (#18376) 2021-07-05 11:24:15 +02:00
Jason Swails
c3027f2562
Fix typo in documentation (#18381) 2021-07-05 10:48:50 +02:00
Sebastian Lövdahl
909bf1b47c
Fix two HVAC mode typos (#18389) 2021-07-05 09:20:39 +02:00
bsmappee
5bd18b9d90
Add Smappee Connect series (#18370) 2021-07-02 16:45:02 +02:00
Ron Heald
0296b08873
Update acmeda.markdown (#18360)
* Update acmeda.markdown

Discuss different hub versions and reference v2 integration

* Update source/_integrations/acmeda.markdown

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

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-02 07:45:11 +02:00
ChaseCares
d0aac4a8ab
Update climate.mqtt.markdown (#18358)
fixed typo
2021-07-01 08:03:32 +02:00
Franck Nijhof
e10d6c3f95
Merge branch 'current' into next 2021-06-30 16:52:30 +02:00
Marius
eeda9bab87
correct Optional for location_name (#18353)
given these posts:
https://community.home-assistant.io/t/how-to-create-a-custom-device-tracker-from-gps-coordinates/142971/6
https://community.home-assistant.io/t/create-mqtt-device-tracker-based-on-individual-mqtt-lat-lon-sensors/319059/5

clearly show the attribute is optional
2021-06-30 15:04:50 +02:00
Marius
11d1399f2b
change description of dev_id (#18351)
to use the more appropriate `object_id`, instead of the informal description 'the second half of the entity_id'
2021-06-30 14:32:59 +02:00
stefano055415
b7107900ed
Add Freedompro doc (#16492)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-30 13:29:00 +02:00
Brian Towles
3cfe61aefc
Add Modern Forms binary sensors (#18345) 2021-06-30 11:56:12 +02:00
Anaïs Betts
a24395cdcf
Add service to enable Continuous Mode on Nuki Opener (#18207) 2021-06-30 08:43:22 +02:00