Commit graph

7331 commits

Author SHA1 Message Date
DubhAd
eaeb3fa161
Added reference to previous name (#3637) 2017-10-21 09:56:24 +02:00
Florian Klien
f8092f49c0
xiaomi gateway setup tip (#3636)
Initializing the Xiaomi Home app with the OnePlus 3 failed. Trying the Nexus 5 helped.
2017-10-21 09:56:24 +02:00
mortenmathiasen
1e526ab43b
Make the example work as is (#3630)
The HVAC component will not appear without valid initial values sent from the sketch. Initial default values added to avoid the problem.
2017-10-21 09:56:24 +02:00
Pascal Vizeli
18d12c6191
Update lets_encrypt.markdown 2017-10-21 09:56:24 +02:00
Pascal Vizeli
8079dc6741
Update addon_communication.markdown 2017-10-21 09:56:23 +02:00
DrewSK
21a74288e1
Update glossary.yml (#3627)
* Update glossary.yml

Added automation, trigger, and template.  Adjusted the groups entry to not utilize the term in the definition.

* Remove white space
2017-10-21 09:56:23 +02:00
DanielXYZ2000
8c93c0b6c5
Add Link and fix config (#3628)
Add the example html and fix the config (who instead of hello)
2017-10-21 09:56:23 +02:00
moskovskiy82
e5f3f6a10b
Update input_datetime.markdown (#3629)
* Update input_datetime.markdown

As the frontend is not merged the documentation is very misleading

* Make it a note
2017-10-21 09:56:23 +02:00
Phill Price
2cf2c0f0e8
Remove flux_led option from discovery (#3624)
fails to load configuration with this option in.
2017-10-21 09:56:23 +02:00
jurafxp
1ca04aa223
Working Apache config for websockets (#3623) 2017-10-21 09:56:23 +02:00
Boced66
4fe51623cf
Device tracker GpsLogger : Change the device name (#3606)
Explain how to change the device name in the URL
2017-10-21 09:56:23 +02:00
Fredrik Fjeld
c4f23a2fdb
Added quote marks around target phone number. (#3618)
The notification will not work if the target phone number is not quoted.
2017-10-21 09:56:22 +02:00
Paulus Schoutsen
e3ab5eea07
Update lets_encrypt.markdown 2017-10-21 09:56:22 +02:00
Paulus Schoutsen
737c5d6ccc
Update duckdns.markdown 2017-10-21 09:56:22 +02:00
Paulus Schoutsen
beb9e48a45
Update lets_encrypt.markdown 2017-10-21 09:56:22 +02:00
Sebastian Muszynski
4632b92157
Xiaomi light description updated. (#3607) 2017-10-21 09:56:22 +02:00
Mitchell Cash
64ea1704bd
Add Groups definition to glossary (#3616) 2017-10-21 09:56:22 +02:00
Pascal Vizeli
358b119e98
Update addon_config.markdown 2017-10-21 09:56:21 +02:00
Pascal Vizeli
826c207c79
Update addon_config.markdown 2017-10-21 09:56:21 +02:00
Pascal Vizeli
4d7eabcc82
Update mosquitto.markdown 2017-10-21 09:56:21 +02:00
Pascal Vizeli
9069c5a827
Update mosquitto.markdown 2017-10-21 09:56:21 +02:00
Phill Price
c4ed0c919b
Add Hass.io log location (#3599)
To aid debugging Hass.io logs
2017-10-21 09:56:21 +02:00
Charles Garwood
25d91e807d
Update config panel docs (#3493)
Removed information on groups panel as it's disabled. Added information on new panels that have been added.
2017-10-21 09:56:21 +02:00
Johan van der Kuijl
a35cfbfd70
Small typo fix (#3602)
callack => callback
2017-10-21 09:56:21 +02:00
Eleftherios Chamakiotis
bfbe694b05
Update alarmdecoder.markdown (#3603)
Corrected configuration variable baud, as the schema expects 'baudrate' instead of 'baud'
2017-10-21 09:56:20 +02:00
james-fry
5b79285044
Update xiaomi_aqara.markdown
Added mention of multicast requirement
2017-10-21 09:56:20 +02:00
Andrey
2a95c15622
Update custom_ui_by_andrey-git.markdown 2017-10-21 09:56:20 +02:00
Pascal Vizeli
13b6bce743
Create cec_scan.markdown 2017-10-21 09:56:20 +02:00
c727
f6b19dc1b7
fix example for custom state cards (#3592)
* change to state-card-my-custom-light

* .html
2017-10-21 09:56:20 +02:00
Phil Hawthorne
d0123121fe
Update 055 breaking changes for recorder (#3591)
The recorder component introduces some breaking changes. Expanding those
in the breaking changes section so people don't get caught out
2017-10-21 09:56:20 +02:00
dnaphreak
79c80c162b
minor change to make instructions clear (#3590)
* minor change to make instructions clear

change to make it clear there are two ways to install pyvizio rather than two steps.

* Add blank lines before code
2017-10-21 09:56:20 +02:00
Fabian Affolter
7a0c5f2f96
Update file name 2017-10-21 09:56:19 +02:00
Fabian Affolter
88d1c2a30b
Fix Liquid error introduced with #3573 2017-10-21 09:56:19 +02:00
Albatross
8fc24b81e7
Typo Fix: Alexa Documentation (#3582) 2017-10-21 09:56:19 +02:00
Tsvi Mostovicz
8e89191466
device_tracker.mqtt configuration.yaml is wrong (#3583)
The topic to be looked up must be in quotes for the example to work.
2017-10-21 09:56:19 +02:00
Daniel Høyer Iversen
e91032b93b
Update xiaomi_aqara.markdown 2017-10-21 09:56:19 +02:00
jodur
8c8d93a1e4
Update fail2ban.markdown (#3503)
Please update this reference according to the last additions made in the original topic :https://community.home-assistant.io/t/is-there-a-log-file-for-invalid-logins-blocking-hackers/2892/16
2017-10-21 09:56:19 +02:00
DubhAd
2faf1a118c
Update MQTT broker docs for clarity (#3573)
* Update MQTT broker docs for clarity

Adding words to note that the reason a "run your own" broker is the most private is because the embedded broker doesn't support TLS/SSL.
Also updating to use the new configuration tags.

* Update to reference hbmqtt supporting TLS
2017-10-21 09:56:19 +02:00
Pascal Vizeli
e8957635a9
Update lets_encrypt.markdown 2017-10-21 09:56:18 +02:00
Pascal Vizeli
2bf79f1ceb
Update duckdns.markdown 2017-10-21 09:56:18 +02:00
Pascal Vizeli
fde676a77b
Update configurator.markdown 2017-10-21 09:56:18 +02:00
Fabian Affolter
cc3e2aa40f
UPdate formatting 2017-10-21 09:56:18 +02:00
Fabian Affolter
795b595617
Fix host entry 2017-10-21 09:56:15 +02:00
Julius Mittenzwei
a5b868f69b Updated documentation for knx component. (#3685)
* Updated documentation for knx component. Added option for configurable state updater.

* Minor changes
2017-10-20 21:14:17 +02:00
William Scanlon
61f871098f Updated Wink siren doc (#3686) 2017-10-20 20:36:31 +02:00
Ryan McLean
1a423887ff Updated Docs for plex senor (#3688) 2017-10-20 20:35:18 +02:00
Aaron Bach
e08c9cc6cb Xiaomi Mi Vacuum: various documentation additions and corrections (#3516)
* Various documentation additions and corrections

* Couple of tiny changes in the Markdown
2017-10-20 09:34:40 +02:00
Hugo Dupras
ed90bce4a6 Netatmo Binary sensor: timeout and offset are the same thing (#3609)
Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
2017-10-18 22:56:51 +02:00
Egor Tsinko
e42a0fb956 added documentation for monoprice platform (#3495)
* added monoprice page

* updated markdown

* updated markdown

* renamed mp-logo.svg to monoprice.svg
updated ha_release to 0.55

* fixed some typos

* switched logo from white to black

* updated release

* Grammar; Added missing determiner
2017-10-18 22:39:45 +02:00
rbflurry
1f54839f0c Update device_tracker.unifi.markdown (#3353)
* Update device_tracker.unifi.markdown

For 
https://github.com/home-assistant/home-assistant/pull/8998

* Update device_tracker.unifi.markdown

* Update device_tracker.unifi.markdown

* Update device_tracker.unifi.markdown

* Removed API configuration parameter from the documentation

* Some minor spelling & grammar fixes
2017-10-18 22:34:46 +02:00