9931 Commits

Author SHA1 Message Date
Mahasri Kalavala
3dec0a3a58 added service call example (#4606)
* added service call example

* Minor changes
2018-02-09 22:56:34 +01:00
Mahasri Kalavala
99383a0ee7
Merge pull request #4610 from home-assistant/skalavala-patch-2
Added additional details to the Developer Tools.
2018-02-09 16:51:17 -05:00
Maido Käära
d797d4dd48 Incorrect event name (#4540)
* Incorrect event name

event_light_state_changed is the correct event in the configuration example

* Put back typo fix
2018-02-09 22:09:32 +01:00
Fabian Affolter
1247a72051
Minor updates 2018-02-09 21:02:30 +01:00
Robin
f5a18c2554 Add sharing images between HASS instances (#4607)
* Add sharing images between HASS instances

Adds description of how to share camera feeds between multiple home-assistant instances using the REST API.

* Minor changes
2018-02-09 20:52:43 +01:00
Marko Korhonen
de28af78b6 Added single quotes around format value (#4609)
The service wont work without these
2018-02-09 20:40:55 +01:00
Mahasri Kalavala
b6e9abe95d
Added additional details to the Developer Tools.
More documentation to help clarify how the Developer Tools is and  how it should be used.
2018-02-09 11:39:38 -05:00
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
512a61814d
Merge pull request #4601 from home-assistant/cogneato-patch-1
adding supported domains for Google Assistant component
2018-02-08 12:09:30 -07:00
Paulus Schoutsen
af74298fdd Bye disqus 2018-02-08 11:07:00 -08: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
Alok Saboo
e29481260a
Merge pull request #4573 from home-assistant/DubhAd-patch-2
Added links to the voice components
2018-02-03 12:42:28 -05: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
DubhAd
c29eff789f
Merge pull request #4567 from home-assistant/acockburn-patch-2
Update link to stable docs
2018-02-02 21:27:39 +00: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
DubhAd
2216828c53
Merge pull request #4541 from scop/getting-started-improvements
getting-started: Add some clarifications, notes and what (not) to expect
2018-01-28 17:55:12 +00: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