92 Commits

Author SHA1 Message Date
DoloresHA
8e199af488 change homeassistant.appapi to appdaemon.appapi (#4058)
As far as I understand it (I'm a noob), there is no such thing as homeassistant.appapi , but rather should be appdaemon.appapi. I encountered this issue as described in this thread: https://community.home-assistant.io/t/appdaemon-first-steps/24820/6?u=dolores
2017-12-06 08:24:45 +01:00
Paulus Schoutsen
5ab2ca280b Merge remote-tracking branch 'origin/current' into next 2017-11-16 22:15:30 -08:00
Daniel Perna
3796a3b946 Update HASS Configurator documentation (#3993)
* Updated options

* New options and screenshot

* Added note about clearing banned IPs
2017-11-16 08:01:38 +01:00
Fabian Affolter
9faf94b30e
Merge branch 'current' into next 2017-11-08 09:22:04 +01:00
Fabian Affolter
9e6fe6c9be
Update 2017-11-08 08:51:55 +01:00
Dan C Williams
9cd72c0dbc Add note to iOS actionable notifications for clarity (#3720)
* Update actions.markdown

Added note to remind users to update push settings within the app.  There are multiple community questions around this and performing this update will take care of many issues when implementing actionable notifications.

* Correcting spelling

Corrected `Setting` to `Settings`

* Remove space
2017-11-07 09:46:28 +01:00
Johan van der Kuijl
130a3d0ea1
The sunrise / sunset example code is not working
I removed the offset so the callback is simply: self.run_at_sunrise(self.sunrise_cb)
2017-10-28 08:12:54 +02:00
Elvis
2edf3c5242 Update actions.markdown (#3803) 2017-10-27 21:23:06 +02:00
misterbenj34
4b33e71440 Correction of line 448 (#3786)
add "sudo" and remove the space before "s"
2017-10-26 18:17:49 +02:00
Matt N
4c3bff048b Make it more clear that content-type is relevant for camera iOS notifications (#3731)
Without `content-type`, no thumbnail would show:
https://github.com/home-assistant/home-assistant-iOS/issues/39#issuecomment-338554874
2017-10-23 09:58:23 +02:00
Anders Fogh Eriksen
95fbc2db61 Update .travis.yml example (#3645)
to test against Python 3.5
2017-10-16 21:48:14 +02:00
jurafxp
a330ff8b33 Working Apache config for websockets (#3623) 2017-10-14 22:35:35 +02:00
Paulus Schoutsen
e9bfa54ee2 Update lets_encrypt.markdown 2017-10-14 00:18:27 -07:00
Johan van der Kuijl
989c5b5e06 Small typo fix (#3602)
callack => callback
2017-10-13 12:13:16 +02:00
Fabian Affolter
259bdf81a5
Update file name 2017-10-12 10:59:22 +02: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
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
Paulus Schoutsen
f9e3f7e099 Merge remote-tracking branch 'origin/current' into next 2017-10-05 09:24:55 -07:00
Franck Nijhof
443904de16 Fixes spelling of 'Home Assistant' everywhere (#3524) 2017-10-05 10:53:08 +02:00
rbflurry
5cd8995070
change uppercase to lowercase. (#3426)
This was applied as a part of https://github.com/home-assistant/home-assistant/pull/9427
2017-09-26 20:51:00 +02:00
rbflurry
33bbc740c3 add example (#3427)
* add example 

adds a example of a camera content message with actions.

This is possible in version 0.54.0

* Remove blank line
2017-09-24 10:20:19 +02:00
rbflurry
60d1125e55 change uppercase to lowercase. (#3426)
This was applied as a part of https://github.com/home-assistant/home-assistant/pull/9427
2017-09-24 10:18:44 +02:00
Paulus Schoutsen
1b1bf59c0c Merge branch 'current' into next 2017-09-21 21:23:50 -07:00
Andrew Cockburn
0e6a9fbbae Update tutorial.markdown 2017-09-19 11:55:06 -04:00
Andrew Cockburn
7cd587a1df Update appdaemon.markdown 2017-09-19 11:54:13 -04:00
John
290ce7eb3e Update tls_self_signed_certificate.markdown (#3400)
* Update tls_self_signed_certificate.markdown

corrected typo and made file names match

* Replace HASS with Home Assistant
2017-09-18 21:47:08 +02:00
John
ef7953c5b0 Update tls_self_signed_certificate.markdown (#3396)
* Update tls_self_signed_certificate.markdown

Add .pem and  iOS info to save others searching for it like I had too and save time :)

* Minor changes

* Update names
2017-09-18 07:34:38 +02:00
morberg
8ce25595cf Simplify .gitignore example (#3341) 2017-09-11 09:27:46 +02:00
Paulus Schoutsen
28fd5114d6 Merge branch 'current' into next 2017-09-07 07:42:43 -07:00
Phill Price
085a0e7e37 Spelling change (#3299)
conection > connection
2017-09-03 21:41:21 +02:00
mjj4791
44474e5342 prevent 502 errors caused by apache port-reuse (#3267)
Without the 'disableeuse=On' configured, Apache will try to reuse tcp ports even when these ports were closed by home assistant (tcp FIN was sent). When Apache tries to use such a port, no answer will come from home assistant, causing Apache to respond with a HTTP 502 error.

With this option turned on, the situation will not occur (since ports will not be reused).
2017-08-28 11:17:24 +02:00
Ben
06abfe7823
Reverse proxy details for Caddy Server (#3222)
* Reverse proxy details for Caddy Server

Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant.

* Update docs_navigation to include link to Caddy

Update sidebar with link to new doc showing example of Caddy reverse proxy

* Update caddy.markdown
2017-08-25 13:07:42 +02:00
Andrew Cockburn
bf23a8b5ec
Update hadashboard.markdown 2017-08-25 13:07:39 +02:00
Andrew Cockburn
1f6a9a4b60
Update updating.markdown 2017-08-25 13:07:39 +02:00
Ben
e9c1684e71 Reverse proxy details for Caddy Server (#3222)
* Reverse proxy details for Caddy Server

Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant.

* Update docs_navigation to include link to Caddy

Update sidebar with link to new doc showing example of Caddy reverse proxy

* Update caddy.markdown
2017-08-23 09:20:25 +02:00
Andrew Cockburn
b78d2c6948 Update hadashboard.markdown 2017-08-20 11:23:59 -04:00
Andrew Cockburn
df3c4c5a4e Update updating.markdown 2017-08-20 10:43:51 -04:00
Andrew Cockburn
30c4ae88be Update hadashboard.markdown 2017-08-09 14:27:20 -04:00
Andrew Cockburn
21b9881536 Update appdaemon.markdown 2017-08-09 14:24:11 -04:00
Ken Davidson
d1c4d14ab5 Update appdaemon.markdown (#3116)
Fix typos and punctuation.
2017-08-01 20:21:44 +02:00
vrs01
a1cf9f3d05 Update appdaemon.markdown (#3089) 2017-07-29 16:07:23 +02:00
Andrew Cockburn
83f1bfd4ba Update installation.markdown 2017-07-22 17:24:18 -04:00
Wilco van Duinkerken
e183ecaa64 Add websocket proxy to / for nginx subdomain setup (#3020)
Without the proxy_http_version and proxy_header upgrades an the nginx subdomain setup generates socket errors on the login page. This makes that users can't login.  Adding the websocket lines both to the "/" location as well as the "/api/websocket" location solves the issue. 

Solution copied from: KickHackerz, mar 1 answer on https://community.home-assistant.io/t/ngnix-so-confused-doing-something-wrong/12736/3.
2017-07-21 20:20:13 +02:00
rpitera
521f6cc877 Fix link to readme file (#2991)
Correct link to readme from README.md to README.rst.
2017-07-16 07:38:49 -07:00
Daniel Welch
4cda6df98b lets_encrypt.markdown -- automated renewal w/o port forwarding 80 (#2954)
Before finding this guide, I ran into the Port 80 problem described in this page (likely blocked by ISP) and [posted about it in the LetsEncrypt forums](https://community.letsencrypt.org/t/help-with-standalone-certbot-failed-to-bind-to-80-using-ipv4/37701/8). While this excellent guide helped me circumvent that immediate issue, a certbot engineer suggested an alternate method for automated cert renewal that did not require manually changing port mapping every time a cert needed to be renewed.

In short, he suggested using a TLS challenge rather than HTTP, so that the Let's Encrypt CA would bind port 443 externally, and specify certbot to bind to port 8123 internally for certificate renewal. He also added that pre- and post-hooks could be passed to certbot so that HA could be stopped/started and port 8123 could be freed for cert renewal. 

I have verified that this method works in a dry run on my own HA setup and modified step 8 with some suggested documentation
2017-07-09 09:32:11 +02:00
Fabian Affolter
2743c18f9a
Add section overview 2017-07-04 10:57:46 +02:00
Andrew Cockburn
256816bcae Tidy up HADashboard and AppDaemon Exosystem docs 2017-07-02 12:18:12 -04:00
vrs01
0f91fcfc7d Typo (#2893)
* Typo

* Typo
2017-06-26 22:29:37 -07:00
Fabian Affolter
76dd3fdff5
Minor updates 2017-06-26 18:39:20 +02:00
vrs01
14d2c3ce93 Mention how to install 'rubygems' (#2890)
* Update installation.markdown

* Update command
2017-06-26 18:32:12 +02:00