20687 Commits

Author SHA1 Message Date
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
François LASSERRE
ed7c66e068
Update vultr.markdown (#17958)
Fix current_bandwidth_used by current_bandwidth_gb
2021-05-25 09:59:35 +02:00
Marc Smith
f070c0fb7f
Unified entity_id for easier readability and setup (#17938) 2021-05-23 22:34:42 +02:00
Fabian Affolter
15023661a1
Remove optional config (fixes #17882) (#17934) 2021-05-23 13:59:44 +02:00
starkillerOG
7f0c4dc401
Add aditional brands (#17933)
* Add aditional brands

Users reported to me that Dooya and Bloc Blinds also work with this integration.

* Add blank line

Co-authored-by: Fabian Affolter <fabian@affolter-engineering.ch>
2021-05-23 11:49:08 +02:00
TheDK
138ed15ff4
Update plex.markdown (#16355)
* Update plex.markdown

Added information about DNS Rebind and usage on internet connections with dynamic public IP addresses.

* Update plex.markdown

* Apply suggestions from code review

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

* Update source/_integrations/plex.markdown

Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>

* Update source/_integrations/plex.markdown

Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>

Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-22 23:05:48 -05:00
Andreas Ehn
3f02ea0d49
Improved grammar (#17903) 2021-05-22 22:12:55 +02:00
Klaas Schoute
6d7baafe5e
The 22th community highlight! (#17917)
*  The 22th community highlight!

* ✏️ Update text

* 🎨 Add social graphic
2021-05-21 21:19:50 +02:00
Ron Schaeffer
71e16f1990
Update shelly.markdown (#17626)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-20 16:01:30 +02:00
Franck Nijhof
a2183ef812
Add stream to default config page (#17906) 2021-05-20 15:25:16 +02:00
Brant Knudson
eeda7f15c8
Fix sample yamls in TTS (#17762) 2021-05-19 23:26:44 +02:00
misza-do
4b19f94d99
Update satel_integra.markdown (#17741) 2021-05-19 22:51:35 +02:00
Franck Nijhof
d96732ada1
2021.5.5 2021-05-19 17:34:10 +02:00
Joakim Sørensen
f1214728cf
Add wake_on_lan to netcast example (#17889) 2021-05-19 13:00:42 +02:00
Yossi Frances
570b57b755
Changed "lock" to "fan" (#17851) 2021-05-17 16:12:59 +02:00
Vadim Petrov
bbbeaa3064
remove broken link (#17862) 2021-05-17 15:20:49 +02:00
Matthias Alphart
899a98331e
KNX troubleshooting (#17704)
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-17 15:07:02 +02:00
Isabella Gross Alström
fbed99c50f
Add My buttons for html5 documentation (#17790)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-17 13:32:37 +02:00
Franck Nijhof
adca708114
Clarify host in MuteSync documentation (#17843) 2021-05-16 14:39:23 +02:00
GuISm0
61e82b860b
Update discord.markdown (#17812)
find Developer Mode change "Settings > Appearance" to "User Settings > Advanced"
2021-05-15 15:45:55 +02:00
Paulus Schoutsen
fd0c201921 Release 2021.5.4 2021-05-14 21:27:51 +00:00
Klaas Schoute
c3f8dc1524
The 21st community highlight! (#17831) 2021-05-14 15:18:21 +02:00
Pau Marin
e1b9fd8df9
Update apns.markdown (#17822)
Added a missing "T"
2021-05-13 14:44:37 +02:00
Jan Bouwhuis
d586ad6fab
Mqtt Fan example remove speed keyword from examples in preset_mode topics (#17808) 2021-05-12 20:49:46 +02:00
Paulus Schoutsen
ec6979ac64
Add blog post about integrations API (#17810)
* Add blog post about integrations API

* Add description

* Add social image

* Update source/_posts/2021-05-12-integrations-api.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 10:20:43 -07:00
jjlawren
746824ef4e
Add Sonos S2 battery note (#17811) 2021-05-12 18:55:28 +02:00
Paulus Schoutsen
401702fe00 Fix TOC 2021-05-12 16:38:19 +00: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
53Industries
a5c18a83c9
Update method of sending Images. (#17805)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-12 09:43:49 +02:00
Paulus Schoutsen
95b9dcac06 Release 2021.5.3 2021-05-12 05:29:20 +00:00
David Zidar
b74d8f28ef
Fix MS SQL connection string examples (#17801)
pyodbc parameters passed via a connection string to sqlalchemy should be
passed as query string parameters and must be lower case.

sqlalchemy includes the following note in their source code:

Note that in order for the dialect to recognize these keywords
(including the ``driver`` keyword above) they must be all lowercase.
Multiple additional keyword arguments must be separated by an
ampersand (``&``), not a semicolon::

13d01a03c5/lib/sqlalchemy/dialects/mssql/pyodbc.py (L56-L59)
2021-05-11 18:58:51 -05:00
karliemeads
8b23a1863d
Fix typo in the light integration from 17513. (#17799) 2021-05-12 00:35:42 +02:00
Wadih Zaatar
a87e29b122
Update tomato.markdown (#17785) 2021-05-11 09:28:44 +02:00
Joakim Sørensen
ed128b4f3f
Fix JSON syntax in payload examples (#17789) 2021-05-11 09:28:35 +02:00
Zac West
1d2e5c2968
Blog post about iOS 2021.5 (#17769)
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-11 00:11:11 +02:00
Paulus Schoutsen
22f0dbcd59 Release 2021.5.2 2021-05-10 17:53:41 +00:00
Franck Nijhof
177a3eb337
Small tweaks to Panasonic Viera documentation (#17764) 2021-05-10 16:38:59 +02:00
puddly
41bd5d482c
Remove "experimental" status of TI coordinators from ZHA docs (#17089) 2021-05-09 22:19:50 +02:00
Aaron Bach
939d431c11
Replace accidentally-removed SimpliSafe notification docs (#17732) 2021-05-09 21:50:35 +02:00
Robert Resch
648ebb7a17
Add postgres sql url schema change (#17715)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-09 21:39:59 +02:00
Tim Coninx
eade5e4617
Postgres - include instruction to create a user (#17744)
As a postgres newbie I had to look up what the line "role <user> does not exist" meant, and how to create users first
2021-05-09 11:38:26 +02:00
Aaron Bach
e6cfdcd6b6
Remove SimpliSafe websocket documentation (#17643) 2021-05-09 11:27:49 +02:00
J. Nick Koston
2e7f9d4c77
Highlight database engine versions that are being actively tested with recorder changes (#17749) 2021-05-09 11:10:43 +02:00
kongo09
b3aa841b7f
Clarify username for login (#17716)
Starting with FRITZ!OS 7.24 the default username changed to a random username the user might not even be aware of. This is documented here:
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/Recommendations%20for%20user%20guidance%20for%20logging%20into%20a%20FRITZBox_v1.1_EN.pdf
2021-05-09 10:27:56 +02:00
Colin Robbins
889255ae8a
systemmonitor - Typo - missing ‘/‘ (#17758)
Added a leading ‘/‘ to file pathname.
2021-05-09 09:43:40 +03:00
Nathan Spencer
67d0e080b8
Fix Litter-Robot documentation to match implementation (#17743) 2021-05-09 03:00:06 +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
Tom Brien
15b6d4ba53
Don't trim space before IoT class (#17752) 2021-05-09 01:33:38 +02:00
Franck Nijhof
e0859e6588
2021.5.1 2021-05-07 19:06:55 +02:00