227 Commits

Author SHA1 Message Date
Justin Dray
6680c0df2f Add documentation on using credstash as a secret store (#2988) 2017-07-19 10:55:51 +02:00
Anders Melchiorsen
fb3821bd23 Remove deprecated automation keywords (#2997) 2017-07-18 12:18:33 +02: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
Samuel Maggs
0b5dc82360 Change to home assistant log file (#2784)
Should have been home-assistant. Otherwise it just tries to create a new file
2017-06-08 14:05:40 +02:00
vrs01
5c35282fa3 Update systemd.markdown (#2776) 2017-06-06 07:39:00 +02:00
Fabian Affolter
45ae40e3a0
Fix markdown 2017-06-05 22:47:51 +02:00
Erik-jan Riemers
4bd194871d Remark on customize since it cannot live outside homeassistant: (#2768)
* Remark on customize

* Update formatting
2017-06-05 22:30:54 +02:00
Brent Saltzman
3da185b8d6 Spelling correct (#2762)
Corrected some spelling errors.
2017-06-05 11:24:25 +02:00
Denix
227e97c39a Update apache.markdown (#2763)
corrected typo
2017-06-05 11:23:56 +02:00
Brent Saltzman
2660f3f55c Added example for automation based on solar elevation (#2760)
* Added example for automation based on solar elevation

Added example for automation based on solar elevation angle trigger.

* Escape the template
2017-06-04 22:22:04 +02:00
Anders Melchiorsen
6c3476ae95 The above/below conditions no longer match equal values (#2757) 2017-06-04 18:46:55 +02:00