Daniel Høyer Iversen
c12a98692d
Update xiaomi_aqara.markdown
2017-10-11 09:06:44 +02:00
Fabian Affolter
56b81dc6fb
UPdate formatting
2017-10-10 09:07:35 +02:00
Fabian Affolter
33bff22044
Fix host entry
2017-10-10 08:57:20 +02:00
Fabian Affolter
2f3e9a18ec
Fix title
2017-10-09 23:49:22 +02:00
pascal
93b4735557
Rflink cover component ( #3145 )
...
* Markdown for rflink cover
* .
* Rewritten some parts based on the feedback from Landrash
* Rewritten some parts based on the feedback from Landrash ( now saved the file :) )
* Update cover.rflink.markdown
* bump version release
* Fixed comments from frenck
minor spelling & grammar issues
* version bump
* Update cover.rflink.markdown
* version bump didn't made it in 0.54
2017-10-09 23:17:35 +02:00
Alok Saboo
ae373fc231
Minor updates to emulated_hue and OpenCV documents ( #3562 )
2017-10-09 08:03:44 +02:00
Fabian Affolter
641d118aa2
Fix link
2017-10-08 20:42:02 +02:00
Daniel Høyer Iversen
4809225f94
Update emulated_hue.markdown ( #3554 )
2017-10-08 20:00:33 +02:00
Fabian Affolter
bf0dd02e2a
Update details about using the service
2017-10-08 13:53:04 +02:00
Fabian Affolter
945ad1651d
Update format
2017-10-08 13:04:46 +02:00
Georgi Kirichkov
8692aec832
Optional has to be italic
2017-10-08 12:26:02 +03:00
Georgi Kirichkov
9289fd21ff
Update input_number.markdown
...
Includes description of the `unit_of_measurement` and `icon` options
2017-10-08 12:25:02 +03:00
Ashton Campbell
9e6b9cb658
Fixed common spelling mistakes ( #3544 )
...
* fix spelling errors
* Update binary_sensor.xiaomi_aqara.markdown
Reverts to previous revision before spell check.
* Update tellstick.markdown
Reverts to previous revision before spell check.
* Update owntracks_two_mqtt_broker.markdown
Reverts to previous revision before spell check.
* Update cla_sign.html
Reverts to previous revision before spell check.
* Update credits.markdown
Reverts to previous revision before spell check.
* Update api.markdown
Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
Fabian Affolter
ae24b5142f
Add redirect
2017-10-08 00:37:57 +02:00
Fabian Affolter
7076f2006d
Merge pull request #3403 from BioSehnsucht/rename-input-slider
...
Rename input_slider to input_number and add numeric text box option
2017-10-08 00:35:58 +02:00
Fabian Affolter
92f26e41bf
Add ClickSend TTS notify
2017-10-07 23:52:15 +02:00
Fabian Affolter
1b751a7389
Merge pull request #3413 from milanvo/recorder-purge-service
...
Doc for recorder purge service
2017-10-07 23:26:51 +02:00
Fabian Affolter
5d322607a7
Add RFlink cover docs
2017-10-07 22:34:25 +02:00
Paulus Schoutsen
7a6a8e9bb8
Update upnp docs
2017-10-07 13:07:41 -07:00
Fabian Affolter
ae690e4953
Merge pull request #3530 from home-assistant/release-0-55
...
0.55
2017-10-07 21:12:17 +02:00
Fabian Affolter
b61f03f8c2
Update 'ha_release'
2017-10-07 19:36:01 +02:00
Lukas Barth
5f42427256
Input datetime ( #3390 )
...
* First documentation
* Add documentation for input_datetime
2017-10-07 19:34:58 +02:00
Niklas Grebe
100796af0e
Update alexa.markdown ( #3545 )
...
Fix minor typo
2017-10-07 16:02:52 +02:00
Piotr Miazga
a65327de12
Add libssl dependency to recorder.markdown ( #3533 )
...
The libssl-dev is a hard dependency for mysqlclient package, otherwise `pip3 install mysqlclient` fails with
```
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
```
It should be documented as less experienced users won't be able to install mysqlclient on their machines
2017-10-06 08:16:41 +02:00
Paulus Schoutsen
f9e3f7e099
Merge remote-tracking branch 'origin/current' into next
2017-10-05 09:24:55 -07:00
Fabian Affolter
79ebf70d7c
Add The Things Network documentation ( #3465 )
...
* Add The Things Network documentation
* Fix date
* Rename sensor platform
2017-10-05 09:12:33 -07:00
Ashton Campbell
1b30cbad09
Update counter.markdown ( #3526 )
...
```json
{
"entity": "counter.count0"
}
```
needs to be:
```json
{
"entity_id": "counter.count0"
}
```
2017-10-05 18:08:36 +02:00
Ashton Campbell
9d9ebf2118
Update counter.markdown ( #3526 )
...
```json
{
"entity": "counter.count0"
}
```
needs to be:
```json
{
"entity_id": "counter.count0"
}
```
2017-10-05 12:39:24 +02:00
Ashton Campbell
73f8621df0
Update counter.markdown ( #3525 )
...
Under "Use the service"
entity is misspelled to entitiy.
```
{
"entitiy": "counter.count0"
}
```
should be:
```
{
"entity": "counter.count0"
}
```
2017-10-05 11:48:02 +02:00
Charles Garwood
23d2dcb016
Add note for MySQL install on Raspbian Stretch ( #3514 )
...
* Add note for MySQL install on Raspbian Stretch
Added note as detailed in https://github.com/home-assistant/home-assistant.github.io/issues/3509
* Update recorder.markdown
Change is to the Debian base package and not to Raspbian specifically.
Edited your change to replace the suggested package instead.
2017-10-05 11:12:04 +02:00
Franck Nijhof
b3f8dfc283
✅ HTTP component documentation improvements ( #3523 )
2017-10-05 11:07:20 +02:00
Franck Nijhof
443904de16
✅ Fixes spelling of 'Home Assistant' everywhere ( #3524 )
2017-10-05 10:53:08 +02:00
travislreno
83d51c6f0a
Update counter.markdown ( #3518 )
2017-10-05 07:53:44 +02:00
Egor Tsinko
d231407f66
switched username and host to Optional as per schema ( #3515 )
2017-10-05 00:06:56 +02:00
Jeroen ter Heerdt
c9ff2edabe
Updating Egardia docs to include ignore capability ( #3507 )
...
* Updating egardia docs according to HASS PR 9676
Adding ignore capability docs.
PR: https://github.com/home-assistant/home-assistant/pull/9676
* Update alarm_control_panel.egardia.markdown
2017-10-04 11:43:56 +02:00
milanvo
1ce3bef153
Update recorder doc for purge service
2017-10-04 10:57:50 +02:00
Daniel Høyer Iversen
1cea1b744c
Add Tibber documentation ( #3497 )
...
* Add Tibber documentation
* Update sensor.tibber.markdown
* Use new configuration style
2017-10-04 10:53:06 +02:00
Fabian Affolter
2ab2533962
Add version 5 ( #3513 )
2017-10-04 10:37:54 +02:00
Florian Klien
2e15daaa3d
permanent IP Trådfri hint ( #3506 )
2017-10-04 07:46:27 +02:00
Andrej Friesen
c9e7bb54fc
Add information for hassio requirements ( #3500 )
...
* Add information for hassio requirements
Add information for hassio requirements which are been met with the hassio installation itself.
* Update name
2017-10-03 08:23:20 +02:00
mruss
bb185b8a39
Fixed spelling error ( #3501 )
2017-10-03 08:21:44 +02:00
Lukas Barth
29a60e83cb
MQTT climate documentation ( #3448 )
...
* document climate.mqtt
* tweaks per @Landrash++
* Add additional configuration
* Document more mqtt options
* Document optimistic mode
* Remove sensor
2017-10-02 23:19:43 +02:00
Geoffrey Westhoff
6a93cb9657
Update media_player.panasonic_viera.markdown ( #3498 )
2017-10-02 22:32:08 +02:00
Fredrik Lindqvist
adced8bc12
Add Worx logo to worxlandroid sensor ( #3499 )
...
* Add WorX logo
Adds WorX logo from https://www.worx.com
* Add Worx logo to worxlandroid component
* Delete worx-logo.png
* Add Worx logo
2017-10-02 22:26:59 +02:00
datafx
83ad4aac94
Router changed to Modbus device ( #3494 )
...
Changed wording of host description to better indicate the IP to be used is the Modbus device IP and not an internet router.
2017-10-02 19:07:46 +02:00
Matt White
e5fc3a363e
mqtt_statestream: Update docs for attribute/timestamp options ( #3491 )
2017-10-02 17:42:14 +02:00
Sam Birch
5297271d3a
Update threshold sensor docs for new hysteresis attribute ( #3449 )
...
* Update threshold sensor docs for new hysteresis attribute
* Added default and changed wording
* Keep configuration sample minimal
* Add comment from code
2017-10-02 17:00:16 +02:00
Fredrik Lindqvist
b6c1240342
Recorder: MariaDB ( #3484 )
...
* Add information about MariaDB
- Adds information about using MariaDB.
- Shortens install example for MySQL
* Update recorder.markdown
* Remove stray :
Remove stray :
* Slimmed example to remove redundant text.
2017-10-02 14:07:52 +02:00
Vignesh Venkat
52757f7366
arlo: Add battery level sensor documentation ( #3482 )
2017-10-02 11:37:37 +02:00
Michel Weimerskirch
b2a254dffe
Facebook Messenger component: add support for sending messages to user IDs ( #3489 )
...
This is the documentation change for https://github.com/home-assistant/home-assistant/pull/9643
2017-10-02 11:30:56 +02:00