235 Commits

Author SHA1 Message Date
Corey Pauley
de4f34867e Added documentation for the env_var tag in configuration files (#2982) 2017-07-24 08:59:54 -07:00
Paulus Schoutsen
8660f52610 Merge remote-tracking branch 'origin/current' into next 2017-07-23 21:33:35 -07:00
Andrew Cockburn
83f1bfd4ba Update installation.markdown 2017-07-22 17:24:18 -04:00
haXs
26e4cfe4d7 Added steps to run installer by hand (#3019)
Had an issue out of the box, got some help on Discord to run the installer manually and was asked to put it into the docs
2017-07-21 21:37:31 +02: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
Dawid Wróbel
1ba9914d2d Add information about HomeBridge friendly name attribute (#3014) 2017-07-19 19:49:55 +02:00
Justin Dray
6680c0df2f Add documentation on using credstash as a secret store (#2988) 2017-07-19 10:55:51 +02:00
Fabian Affolter
a3198ce772
Add missing period 2017-07-18 21:43:49 +02:00
Anders Melchiorsen
fb3821bd23 Remove deprecated automation keywords (#2997) 2017-07-18 12:18:33 +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
Carlo Costanzo
bbf3112ee4 Cleared up documentation. (#2978)
was just a bit confusing.. not anymore I hope.
2017-07-15 17:08:25 +02:00
Paulus Schoutsen
ca80944d74 Update Hass.io docs 2017-07-14 22:56:40 -07:00
Fabian Affolter
23585871fb
The default on Fedora 26 is Python 3.6 2017-07-14 16:35:34 +02:00
Will Heid
bf9911e6e3 emphasized that wired internet needs to be connected for the entire bootstrap process. 2017-07-13 16:16: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
c4746439b4
Align abbreviation 2017-07-09 09:27:17 +02:00
Carlo Costanzo
4d2804f0a2 Additional Values and examples. (#2953)
Added additional customize examples and values that I use in my config.
2017-07-09 09:06:24 +02:00
Fabian Affolter
9cf7acef74
Add variables 2017-07-06 11:32:01 +02:00
Fabian Affolter
3808abd96f
Fix typo 2017-07-06 11:31:45 +02:00
Fabian Affolter
fe141703f9
Add periods 2017-07-06 09:22:16 +02:00
Fabian Affolter
2743c18f9a
Add section overview 2017-07-04 10:57:46 +02:00
Fabian Affolter
ef6f026ad9
Fix typos 2017-07-04 09:44:47 +02:00
Fabian Affolter
75b30f6014
Minimize configuration sample 2017-07-04 09:42:36 +02:00
Dale Higgs
767b8052e8 Chat links and blog entry about the switch (#2928)
* Update links to chatrooms

* Discord -> Gitter blog entry
2017-07-03 20:56:37 -05:00
Andrew Cockburn
256816bcae Tidy up HADashboard and AppDaemon Exosystem docs 2017-07-02 12:18:12 -04:00
Thibault Maekelbergh
afdba5c31e Update raspberry pi camera steps for Jessie (#2919)
The jessie raspi-config tool introduces a higher level hierarchy for enabling the camera.
2017-07-02 16:24:43 +02:00
Fabian Affolter
4ba3e3e0c6
Merge branch 'current' into next 2017-06-30 19:13:55 +02: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
Adam Mills
65d3633dc1 Switch to new zwave entity ids by default (#2885) 2017-06-24 15:02:14 -04:00
Alex Mekkering
55bec87b38 Mqtt discovery optional nodeid (#2840)
* Add support for remote (TCP/IP) DSMR sensors (i.e. via ser2net)

* Processed review comment and added ser2net config

* added optional node_id to MQTT discovery
2017-06-24 00:47:13 -07:00
Ness
f3c5887cd0 Update cron job command (#2873)
/usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/
2017-06-23 22:04:40 +02:00
Paulus Schoutsen
ed3de4b595 Merge remote-tracking branch 'origin/current' into next 2017-06-21 22:26:10 -07:00
Otto-G
9a39b8e1ec Add auto start code and information for Z-wave stick (#2857)
* Add auto start code and information for Z-wave stick

* Update format
2017-06-20 21:28:40 +02:00
Paulus Schoutsen
2986898c64 Update events.markdown 2017-06-20 00:28:55 -07:00
Alex Tzonkov
6500234619 homeassistant_start: deprecated (#2853)
Updating doc to show homeassistant_start is now deprecated.
2017-06-20 08:32:16 +02:00
Jesse Ruiter
5a4a9ece52 Update scripts.markdown (#2849)
scipt --> script
2017-06-20 08:12:59 +02:00
Hamid
07dcfc0555 Owntracks compatibility
Owntracks for be convinced to talk the correct protocol version  (Protocol Level 4; MQTT 3.1.1) by setting it manually in the configuration JSON.

I have tested this against my own Hassbian install (0.47.0).

See the ticket that added the feature here; https://github.com/owntracks/ios/issues/444
2017-06-19 22:16:06 +01:00
Adam Mills
0cff4e0fe6 Update Z-Wave docs for event changes (#2847) 2017-06-19 09:53:14 -04:00
Paulus Schoutsen
806b740e12 Merge branch 'current' into next 2017-06-17 12:10:33 -07:00
Paulus Schoutsen
abfd390dc8 Merge pull request #2823 from home-assistant/release-0-47
0.47
2017-06-17 12:09:24 -07:00
Hamid
f84dc25792 Add network_key configuration (#2828)
* Add network_key configuration

Network key can be set here rather than in the (difficult to find) configuration `options.xml`. It takes the same comma separated "0xNN" string syntax as previous.

* Cleanup unneeded section

Removed the options.xml information that is on longer required as per comments from @dale3h
2017-06-16 16:47:24 -05:00
Adam Mills
200f9cbd9b Add docs for new entity_id generation (#2815) 2017-06-16 13:07:58 -04:00
Paulus Schoutsen
52f2dda864 Update updater docs 2017-06-15 23:17:28 -07:00
Fabian Affolter
fc60fc98ed
Fix syntax 2017-06-13 12:07:01 +02:00
Fabian Affolter
c56581b00c
Add hint about using the dev tools to evaluate a response 2017-06-13 11:06:38 +02:00
Fabian Affolter
03d58ea88c
Fix link (fixes #2799) 2017-06-11 12:18:22 +02:00
John Arild Berentsen
bc83d5a0fa Add note to set_config parameter
Ther has been confusion about how to use the latest version of the set_config service. This adds a note to clarify the use.
2017-06-10 19:11:52 +02:00
guygma
e2d68f265f Create systemd.markdown (#2790) 2017-06-09 17:42:16 +02:00