Commit graph

8398 commits

Author SHA1 Message Date
Fredrik Lindqvist
8049519ebc Hassbian deprecating python-3.4 (#3540)
* Update 2017-10-06-deprecating-python-3.4-support.markdown

* Minor change
2017-10-07 16:03:23 +02:00
Niklas Grebe
100796af0e Update alexa.markdown (#3545)
Fix minor typo
2017-10-07 16:02:52 +02:00
arretx
c346f6f752 A few clarifications (#3541)
* A few clarifications

These are a few clarifications that would have made the instructions a bit more clear.  I figured out what to do, but some of the behavior's were unexpected and I had to guess through a few things.

* Minor changes
2017-10-07 09:40:28 +02:00
GreenTurtwig
31cb6a8b37 Removed white space and enlarged a few brand logos. (#3537) 2017-10-06 19:59:26 +02:00
GreenTurtwig
4340115467 Correct latest blog post typos. (#3536) 2017-10-06 18:30:33 +02:00
Andrey
68f43ab924 Add template escaping 2017-10-06 15:37:26 +03:00
Fabian Affolter
82e40588c6
Fix typo 2017-10-06 14:26:36 +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
6c1bf3fea2 Add windows 2017-10-05 21:43:20 -07:00
Paulus Schoutsen
f1e08d0b3b Clarify hass.io 2017-10-05 21:40:13 -07:00
Paulus Schoutsen
30926843ac Add blog post about python 3.4 deprecated 2017-10-05 21:39:05 -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
028eac04c6 Update development_states.markdown (#3528)
Changed typo of entitiy to entity.
2017-10-05 15:36:26 +02:00
Pascal Vizeli
73c0ba32a2 Update git_pull.markdown 2017-10-05 11:48:14 +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
Fabian Affolter
664e1bf86e Add some new entries (#3521) 2017-10-05 09:11:26 +02:00
Fredrik Lindqvist
0ea1dd7ecf Remove deprecated Tellstick script from documenation (#3520)
Remove deprecated Tellstick script from documentation
2017-10-05 08:56:47 +02:00
travislreno
83d51c6f0a Update counter.markdown (#3518) 2017-10-05 07:53:44 +02:00
Fabian Affolter
d9f7a2f672
Update 2017-10-04 10:40:15 +02:00
lukie80
8541f1e0de Added new kind of example and added description (#3510)
Added a new sensor example which requires multiple configuration topics but one state topic. I'm convinced that this example is very widespread and is useful for beginners (like me). Added sentence to outline the idea of MQTT discovery.
2017-10-04 07:50:45 +02:00
gitmopp
dd6c65d28b Enhanced documentation of api/history (#3508)
Added missing end_time information
2017-10-04 07:47:54 +02:00
Florian Klien
2e15daaa3d permanent IP Trådfri hint (#3506) 2017-10-04 07:46:27 +02:00
Pascal Vizeli
df95e40f1f last change with 0.68 2017-10-03 21:43:59 +02:00
Ian Darwin
62617b14a6 Reword last para into more conventional English. (#3505) 2017-10-03 20:18:47 +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
Pascal Vizeli
cb46af9bab Update addon_config.markdown 2017-10-03 01:05:00 +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
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
Franck Nijhof
159742cc59 Fixes spelling & grammar issues in the FFmpeg component documentation (#3488) 2017-10-02 07:58:05 +02:00
datafx
981c18ee84 Add note about add-ons and extenstions (#3490)
* Add note about add-ons and extenstions 

Also updated the latest version numbers of firefox and chrome on windows after testing both.

* Remove spaces
2017-10-02 07:56:40 +02:00
Georgi Kirichkov
ebe8f01b52 Fixes a typo in components/group (#3485) 2017-10-01 22:48:37 +02:00
Hugo Gresse
58ef0aee93 Update climate.markdown markup (#3486) 2017-10-01 22:47:24 +02:00
Andreas Jacobsen
ca55f34dc8 Update camera.mjpeg.markdown (#3481)
* Update camera.mjpeg.markdown

* Make heading linkable
2017-10-01 15:48:26 +02:00
Andreas Jacobsen
b53bb844b5 Update sensor.android_ip_webcam.markdown (#3480)
* Update sensor.android_ip_webcam.markdown

* Update name
2017-10-01 15:46:34 +02:00
Andreas Jacobsen
5fe83ebc8f Update binary_sensor.android_ip_webcam.markdown (#3479)
* Update binary_sensor.android_ip_webcam.markdown

* Fix format
2017-10-01 15:45:27 +02:00
Ludeeus
f5e6696ebb
Fixed formating (#3478) 2017-10-01 15:40:51 +02:00
Christian Muck
f0c269f161 Added TS-259 Pro+ (#3476) 2017-10-01 12:27:38 +02:00
jensjakob
ddf8b21ce2 Clarified numeric state trigger description (#3464) 2017-10-01 11:59:11 +02:00
cdce8p
e3ca50b478 Simplyfied scripts (#3473)
- Simplyfied scripts using service_template
- Changed "all_covers" to "cover_gorup"
2017-10-01 11:54:08 +02:00
Dan Faulknor
a72cfa7b11
Create 2017-10-01-hass-podcast-ep9.markdown (#3472)
* Create 2017-10-01-hass-podcast-ep9.markdown

* Add link
2017-10-01 11:51:58 +02:00
Adam Mills
9b0b3a4690 Fix sentance structure (#3474) 2017-10-01 01:07:16 -04:00
Adam Mills
aae68cd051 Update frontend development docs (#3463) 2017-09-30 19:47:09 -05:00
Florian Klien
a6a0b3e7b1 Samsung smart TV MU6170UXZG tested (#3469) 2017-09-30 20:44:45 +02:00
arretx
110f61ffba Comment Line Fix (#3470)
* Comment Line Fix

The commented line wasn't being displayed as a greyed out line, rather, it's red, and since the line truncates in the display, it looks like the word "later" is the first line in the script.

* Add `script` and other minor changes
2017-09-30 20:43:57 +02:00
Fabian Affolter
7932da4f3c
Update category 2017-09-30 16:37:32 +02:00
Fabian Affolter
8a729176c7
Add more details, add updates and link to external docs 2017-09-30 13:25:15 +02:00