16586 Commits

Author SHA1 Message Date
Doug Ollerenshaw
705ec3035a Update duckdns.markdown (#11893)
added note to describe potential hairpinning issue (which cost me hours of troubleshooting pain!!)
2020-01-28 07:14:44 +01:00
ochlocracy
f8d66353af Utterance formatting updates. 2020-01-28 00:12:35 -05:00
ochlocracy
4c22bee177 Utterance formatting updates. 2020-01-27 23:43:45 -05:00
ochlocracy
f60e8d8866 Reformatted and restructured headings.
Utterance formatting updates.
2020-01-27 23:29:02 -05:00
ochlocracy
052061258b Add default locale to configuration. Format supported locales list. 2020-01-27 17:10:33 -05:00
ochlocracy
fd79ab90aa Line formatting, whitespace fixes, utterances as lists. 2020-01-27 16:56:27 -05:00
Quentame
e089eac8e9
Bump python-synology to 0.4.0 : Add support for DSM v5 + fix sensors unknown for 15 min
Update synologydsm.markdown
2020-01-27 22:41:05 +01:00
ochlocracy
c8382f9d4e
Apply suggestions from code review
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-27 15:04:28 -05:00
Franck Nijhof
adf27386d9
Merge branch 'current' into next 2020-01-27 15:47:25 +01:00
Franck Nijhof
f7cc223520
Add multiple TVs example to webostv (#11819)
* Add multiple TVs example to webostv

* Some heading fixes
2020-01-27 15:24:22 +01:00
Ian Richardson
c437a76e43 add action_name option for scene and script rows (#11856) 2020-01-27 14:32:30 +01:00
Ian Richardson
7bbd68f1c8 Add conditional-row to Lovelace entities card (#11706)
*  Add conditional-row to Lovelace entities card

* 👌 move *

* Update entities.markdown
2020-01-27 14:31:50 +01:00
Paulus Schoutsen
70f61c8608 Buttons docs (#11885) 2020-01-27 14:30:07 +01:00
Josh Bendavid
74a4fdb4ba Remove standby_connection config option (#11838) 2020-01-27 14:28:28 +01:00
tetienne
50db58a3c9 Add temperature to light template (#11678) 2020-01-27 14:27:33 +01:00
Desausoi Laurent
d1d39e083d Buienradar Camera for Belgium (#11604) 2020-01-27 14:26:11 +01:00
Matt Snyder
e5f1950966 Remove owlet (#11869)
* Remove owlet

* Clean redirects and remove logo

* Cleanup internal links

* Cleanup CODEOWNERS

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-27 14:25:26 +01:00
David Bonnes
2083057056 Add services to evohome (#11422)
* initial tweaks

* latest changes

* latest changes

* final tweaks

* final tweaks 2

* final tweaks 3

* final tweaks 4

* small tweaks, corrections

* small tweaks, corrections 2

* small tweaks, corrections 3
2020-01-27 13:57:50 +01:00
Alexei Chetroi
3771e19d64 Zone's "Name" is now a required parameter. (#11753) 2020-01-27 13:56:11 +01:00
Markus Pöschl
471719647b Adjust MaryTTS docs (#11759) 2020-01-27 13:55:31 +01:00
starkillerOG
6e7d59c2a7 Webostv: add sound_output documentation (#11854)
* Webostv: add sound_output documentation

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-27 13:54:32 +01:00
springstan
5a09f7bddd Deprecate hook integration (#11832)
* Deprecate hook integration

* Remove redirects and logo image

* Remove links from other pages

* Completely remove links from other pages

* Add changelogs back without link to the docs
2020-01-27 13:47:20 +01:00
Franck Nijhof
b647824396
Re-write of Spotify Integration (#11858) 2020-01-27 13:46:03 +01:00
Peter Nijssen
053038d4b8 Remove PostNL as a integration (#11787)
* remove PostNL as a component

* Remove PostNL logo

* Cleanup internal links

* Cleanup redirects

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-27 13:45:15 +01:00
sverleysen
ba7c4fdb6f Link media_player was wrong (#11889) 2020-01-27 11:13:01 +01:00
Tim van der Heide
55cd92517e Update remote.xiaomi_miio.markdown (#11884)
Added configuration example to create UI button in Lovelace to send IR command.
2020-01-27 07:07:59 +01:00
Brenda Wallace
2cc03ae6f4 Corrected a yaml snippet that was labelled as json. (#11872) 2020-01-26 21:46:09 +01:00
Klaas Schoute
3ac370bfee 🚚 Move file to right folder (#11879) 2020-01-26 21:42:36 +01:00
SukramJ
7679179cc8 Mark HomematicIP Cloud with platinum QS (#11882) 2020-01-26 21:38:31 +01:00
OscarHanzely
e20231575d Added purpose of database (#11871) 2020-01-25 21:04:29 +01:00
starkillerOG
3081aacda5 Easier way to retrieve Access Token by uptodate app (#11852)
* Easier way to retrieve Access Token by uptodate app

IMPORTANTANT: I actually do not have a "Xiaomi Mi Robot Vacuum", I have a "Xiaomi Aqara Gateway", therefore this method schould be checked by someone owning a robot vacuum!!!

I actualy am setting up the xiaomi_gateway_alarm through this custom component:
https://github.com/hekm77/homeassistant-config/tree/master/custom_components/xiaomi_gateway_alarm
For that component I need the same 32 character "token" as this component uses and the docs of xiaomi_gateway_alarm refered to these instructions.

I found these current instructions to difficult/to much work, so I tryed to do it simpler and for me it worked.
I just tryed the develepor mode of the gateway and even in the latest app 5.6.46 (january 2020) the token is just there in plain text.

I use:
gateway model: lumi.gateway.v3
gateway firmware_version: 1.4.1_175
gateway hardware_version: MW300
Android app (Samsung Galaxy S8) version: 5.6.46

steps to get there are in this PR.

Can someone ferify this works for the robot vacuum???

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-25 14:07:09 +01:00
Scott Walsh
ab15c5a731 Adding clarity on plugs. (#11859)
Adding clarity to how plugs should be added when doing manual discovery.
2020-01-25 14:02:45 +01:00
François LASSERRE
87d2e493a9 Update xiaomi_aqara.markdown (#11860)
Add a line for one gateway don't use mac address because it's doesn't works.
2020-01-25 14:02:09 +01:00
Jay
ff54ae67a0 Slight addition to step 8 (#11862)
* Slight addition to step 8

Some new users have expressed confusion about not being able to access the frontend at `http://hassio.local:8123` when the IP address works. Adding this note should hopefully reduce questions of this type.

* Update index.markdown
2020-01-25 13:55:25 +01:00
Aleks
c05458e927 Update netgear.markdown (#11866) 2020-01-25 13:54:21 +01:00
Gert
752f1a46d1 Document Recorder event_type exclude option (#11865)
* Document event_type exclude option

* Update source/_integrations/recorder.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-25 13:53:02 +01:00
Oscar Calvo
fae4a01273
Update sms.markdown 2020-01-24 10:55:47 -08:00
Oscar Calvo
cac6469e4d
Update sms.markdown 2020-01-24 09:20:12 -08:00
Oscar Calvo
951937c950
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-24 09:16:10 -08:00
Franck Nijhof
b88030871b
Remove deprecation warnings from 0.42 (#11861) 2020-01-24 18:09:46 +01:00
Robin
05c56215be Correct sighthound.markdown (#11857) 2020-01-24 12:44:44 +01:00
aaska
7db9ef39f1
Update synologydsm.markdown
Removing the 15 minutes delay note since it's now working with the updated API
2020-01-24 11:52:17 +01:00
Oscar Calvo
197c05808a
Update sms.markdown 2020-01-23 12:57:53 -08:00
Oscar Calvo
43dd7a9033
Update sms.markdown 2020-01-23 12:53:30 -08:00
Oscar Calvo
7aa2a68010
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:49:31 -08:00
Oscar Calvo
3db39c805b
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:49:21 -08:00
Oscar Calvo
042ce82db2
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:49:10 -08:00
Oscar Calvo
bc35884abd
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:47:50 -08:00
Oscar Calvo
b1e6310f8d
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:47:23 -08:00
Oscar Calvo
ec4c68b993
Update source/_integrations/sms.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
2020-01-23 12:47:10 -08:00