8586 Commits

Author SHA1 Message Date
Paulus Schoutsen
12d5f0486f Add blog post disabling Disqus 2018-02-08 22:24:04 -08:00
Paulus Schoutsen
73b0e785fc Add blog post disabling Disqus 2018-02-08 22:23:50 -08:00
Paulus Schoutsen
23d3db267b
Update python_script.markdown 2018-02-08 15:36:44 -08:00
basst22778
f4ac7feb29 Added Hint to Unpack the file (#4584)
Flashing will stop if you try to flash the .img.bz2 file directly on MacOS
2018-02-08 21:52:05 +01:00
DubhAd
34c5baefa3 Added note about error (#4559)
Adding a specific note about the error that indicates the library is missing
2018-02-08 21:48:06 +01:00
JonnyaiR
08b3fee9bc Update switch.pilight.markdown to add variables and update links (#4522)
* Update switch.pilight.markdown to add variables and update links

The variables unitcode and programcode are missing from the variables-list, unitcode is mentioned in the text below but they should be listed as optional variables if they are in fact optional variables.

furthermore the wiki-links to pilight are outdated, so i replaced the wiki.pilight.org links with manual.pilight,org links to their respective updated pages.

* Update switch.pilight.markdown

delete programcode

* ✏️ Small improvements
2018-02-08 21:46:30 +01:00
DubhAd
b6258f5326 Added note about display in Overview (#4597)
It's come up quite a few times, with people asking why some scripts have a toggle, and some don't. This is to add a little clarity about it (I'm **assuming** that `wait` also results in a toggle - it'd be good to get that verified).
2018-02-08 21:33:10 +01:00
Daniel Perna
f9802d1c0d Added information for new sesame-option (#4550) 2018-02-08 21:24:10 +01:00
cogneato
15cf8299f5
adding supported domains
ref: https://github.com/home-assistant/home-assistant.github.io/issues/4036

Adds supported domains and default mappings.
2018-02-07 16:35:50 -07:00
Fabian Affolter
280bac6515
Remove line breaks 2018-02-05 08:22:45 +01:00
Mike O'Driscoll
c20709e3d0 Add troubleshooting for Unifi Controller (#4578)
Added documentation regarding accurate time sync for presence detection
between home assistant and unifi controller.
2018-02-05 08:21:19 +01:00
Robert
590a7bc345 Note for 2014 and 2015 models (#4581)
* Note for 2014 and 2015 models

* Remove marking
2018-02-05 08:20:15 +01:00
Paulus Schoutsen
47822f61fd
Update light.hue.markdown 2018-02-03 22:28:29 -08:00
Andrew Cockburn
f7679d10e9 Update hadashboard.markdown (#4572) 2018-02-03 19:29:03 +01:00
DubhAd
2d61ef7f07
Added links to the voice components
Added links to the voice components it supports.
2018-02-03 17:21:07 +00:00
Fabian Affolter
2edccadc9f
Re-add random sensor sample (it's referenced in automation) 2018-02-03 10:58:49 +01:00
Andrew Cockburn
ef66f7e253
Update appdaemon.markdown 2018-02-02 10:26:49 -05:00
boojew
d270587129 Update mailgun.markdown (#4560)
* Update mailgun.markdown

* Update mailgun.markdown

* Remove tailing whitespace
2018-02-02 10:23:55 +01:00
Wopalecki
c9d67e8cd9 Adding quotes for the "login attempts" command (#4563)
In hass.io installation, the command value must be quoted.
2018-02-01 20:55:14 +01:00
Alex Barcelo
5ba8fa279f Document approach to IPv6 through server_host (#4561)
Simplest way to listen to IPv6 is use the `server_host` directive in the http component. That was undocumented (and may be considered a workaround) but works as expected and requires no changes on the codebase. It is worth documenting that here IMHO.
2018-02-01 20:54:42 +01:00
Paulus Schoutsen
bcdf76407a Fix ha_release 2018-01-31 11:38:07 -08:00
Fabian Affolter
51f5cd59e9
Add missing influxdb_migrator (#4555)
* Add missing influxdb_migrator

* remove redirect
2018-01-31 10:25:22 +01:00
Fabian Affolter
5b6c51c154
Move all scripts to one location as one page per script (#4554) 2018-01-31 09:43:05 +01:00
DubhAd
556a0b08b4
Merge pull request #4064 from DavidDeSloovere/patch-3
Fix HTML5 notify domain verification instructions
2018-01-31 07:21:46 +00:00
David De Sloovere
1c4f1dc13d
fix typo 2018-01-30 08:07:23 +01:00
David De Sloovere
6c9bacf740
Change domain
Use an official IANA example domain: example.com - which nobody owns (except IANA)
2018-01-30 08:06:53 +01:00
Paulus Schoutsen
6132263e2b Release 0.62.1 2018-01-29 16:41:05 -08:00
Fabian Affolter
0d7202fdc3
Update for 0.62 2018-01-29 23:42:45 +01:00
cogneato
9b31e9c476 Add files via upload (#4547) 2018-01-29 20:20:24 +01:00
dtorner
4c0c19e49b Update camera.markdown (#4546)
typo
2018-01-29 19:40:22 +01:00
David De Sloovere
5da84711b4
Update notify.html5.markdown 2018-01-29 08:16:40 +01:00
David De Sloovere
a71800bcba
Update notify.html5.markdown 2018-01-29 08:15:04 +01:00
David De Sloovere
5d5dc9c0d6
Change hassio to Home Assistant 2018-01-29 08:14:19 +01:00
Fabian Affolter
5eba15c0e4
Add example 2018-01-28 23:07:24 +01:00
Fabian Affolter
034e65aa13
Remove left-over from merge 2018-01-28 22:58:08 +01:00
Ville Skyttä
b39bd81c6e Spelling fixes (#4532)
* Spelling fixes

* "It's" -> "its" fixes

* Fix capitalization of "Pi" in "Raspberry Pi"

"Pi", not "PI" or "pi".
2018-01-28 22:28:56 +01:00
Ville Skyttä
c11484b983 getting-started: Add some clarifications, notes and what (not) to expect
Note volume where the resin-sample config is on the SD card, note RPI
being a 2.4GHz WiFi device, state (non-)expectations about
HDMI/keyboard/mouse, encourage browsing to landing page during download.
2018-01-28 13:37:00 +02:00
Ville Skyttä
72530aae81 Viera updates (#4536)
* panasonic_viera: Add TX-P50GT30Y to known supported models

* panasonic_viera: Sort list of known supported models

* panasonic_viera: Point to actual source of page on GitHub
2018-01-28 09:12:56 +01:00
aquarium
28a2b7ea5e Added KU7000 to supported models (#4539) 2018-01-28 09:12:00 +01:00
Ville Skyttä
757eb292f2 Update ESPurna home page (#4535) 2018-01-28 09:10:52 +01:00
Ronnie Garcia
9b8f0eacc5 Add UV data_type (#4531) 2018-01-27 20:57:53 +01:00
Fabian Affolter
a964ae5ac8 Add examples for ESPEasy (#4527)
* Add sensor example

* Small changes

* Add ESPEasy example

* Add ESPEasy example

* Fixes

* ✏️ Minor improvements
2018-01-27 20:26:47 +01:00
Jerry Workman
50e4cec1ff Fix symbolic links, permissions and ownership (#4528)
Fix symbolic links to python3 and homeassistant executable. Fix permissions and ownership to homeassistant directory to allow writing to home-assistant.log.
2018-01-27 18:18:16 +01:00
Fabian Affolter
4c45677ce1
Add section with firmware releases that supports discovery 2018-01-27 14:34:38 +01:00
Fabian Affolter
7a805853a3
Replaced with local saved version 2018-01-27 13:45:02 +01:00
Paulus Schoutsen
e66d5b81d2 Fix disqus comments 2018-01-27 01:01:24 -08:00
Paulus Schoutsen
b18f20e6f3 Update breaking change 2018-01-27 00:42:37 -08:00
Paulus Schoutsen
d300a9dc44 Add Discourse for comments 2018-01-27 00:30:24 -08:00
Nolan Gilley
a43ec05a4d add erc20 token (#4523)
* add erc20 token

* ✏️ Minor corrections
2018-01-26 23:45:36 -08:00
Jens Østergaard Nielsen
26754ea340 IHC component (#4520)
* New IHC platform

* autosetup -> auto_setup

* Moved auto setup to the IHC component

* Removed by LK in logo

* Changes from review.

* Defaults in configurations. manualy setup" changed to "manual setup" (Anchors adjusted)

* Relative links changed to absolute links

* 'host' renamed to 'url'

* ✏️ Tweaks
2018-01-26 23:45:21 -08:00