Ville Skyttä
ddbd670547
Spelling and grammar fixes ( #5031 )
...
* Spelling and grammar fixes
* Minor changes
2018-03-29 09:24:18 +02:00
Nick Horvath
338eeb2295
Add instructions on running MQTT ssl/nonssl simultaneously ( #5027 )
...
* Add instructions on running MQTT ssl/nonssl simultaneously
I wanted to be able to recieve MQTT from my cell phone over SSL, but wanted local things that have limited RAM to be able to connect without the burden of SSL code.
* Tweaking
* Add comma
2018-03-29 09:23:31 +02:00
Ville Skyttä
5146a3febc
nginx_proxy: Document hsts config variable ( #5000 )
...
* nginx_proxy: Document hsts config variable
* 🚀 Trigger rebuild
2018-03-25 23:57:33 +02:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 ( #5014 )
...
* Migrate the non blog posts to use no domain
* Update demo links
* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Tod Schmidt
9f2eec8e56
Update snips.markdown for HassIO addon ( #4989 )
...
* Update snips.markdown
* ✏️ Tweaks
2018-03-23 23:03:09 +01:00
davidm84
a34c07d182
Link to DuckDNS not working. ( #4980 )
2018-03-22 08:34:01 +01:00
Igor Motov
75ac425244
Fix Duck DNS configuration example ( #4946 )
...
Adds certfile and keyfile to the lets_encrypt configuration example.
Without these parameters hassio doesn't allow to save configuration.
2018-03-18 19:06:36 +01:00
Alok Saboo
1aca7b08cf
Misc fixes: e.g. -> e.g., and proper case for Home Assistant ( #4942 )
...
* e.g. to e.g., and proper case for Home Assistant
* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Pascal Vizeli
c6983a9df1
Update dnsmasq.markdown
2018-03-14 21:54:25 +01:00
Ville Skyttä
f73376a4da
nginx proxy config updates ( #4828 )
...
* nginx_proxy: Document certfile and keyfile config vars
* nginx_proxy: Document customize variables
2018-03-06 21:21:18 +01:00
cogneato
73af490160
re-adding that the add-on makes use of port 80 ( #4760 )
...
I realized that the entire previous instruction should not have been removed and only the reference to port 443.
2018-03-06 11:06:07 +01:00
pat
88746f2a6b
Update homematic.markdown ( #4697 )
...
* Update homematic.markdown
in order to get it running and hass.io to be able to add new homematic sensors, I had to change the configuration in this particular way.
* Update homematic.markdown
double checked. only changed interface name is needed
2018-02-21 03:55:27 +01:00
themanieldaniel
6f90763a26
Update samba.markdown ( #4627 )
...
Cleaned up some of the grammar and formatting.
2018-02-11 12:07:48 +01:00
themanieldaniel
3de6e038f1
Update samba.markdown ( #4631 )
2018-02-11 11:07:21 +01:00
Daniel Perna
f9802d1c0d
Added information for new sesame-option ( #4550 )
2018-02-08 21:24:10 +01:00
Paulus Schoutsen
cc025a6a72
Merge branch 'current' into next
2018-01-26 00:49:00 -08:00
Franck Nijhof
6224c71c08
Various markdown, spelling, and grammar fixes #3 ( #4510 )
...
* ✅ Various markdown, spelling, and grammar fixes
* ✅ Various markdown, spelling, and grammar fixes
* ✅ Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
Raiford
ed4b825f74
Update git_pull doc with password support ( #4300 )
...
This is a documentation update that corresponds to https://github.com/home-assistant/hassio-addons/pull/217
2018-01-24 12:05:00 +01:00
Franck Nijhof
0b20689737
✅ Various markdown, spelling, and grammar fixes ( #4457 )
2018-01-22 08:28:50 +01:00
Franck Nijhof
4e8718b123
✅ Various markdown, spelling, and grammar fixes ( #4457 )
2018-01-21 17:36:38 +01:00
DubhAd
2c61569273
Static IP allocation note ( #4480 )
...
The guide forgets to call out that the IP for the system must be fixed, which has tripped up more than a few
2018-01-21 09:51:59 +01:00
cogneato
a733d0417f
Update lets_encrypt.markdown ( #4442 )
2018-01-17 15:49:13 +01:00
Lukas Ecklmayr
68bb697477
Update Docs to match regex for repository URL ( #4413 )
...
Describe that https:// Repository URLs have to end with .git to match regex for repository URL.
2018-01-14 20:36:16 +01:00
Paulus Schoutsen
323428130d
Update google_assistant.markdown
2018-01-09 20:34:33 -08:00
yeah
e8a6451155
Fix typo ( #4342 )
2018-01-04 23:47:33 +01:00
cogneato
298eca2cbf
small grammar fix ( #4338 )
2018-01-04 20:42:22 +01:00
jonne013
930f718e9f
Fix invalid JSON service command examples ( #4245 )
...
Fixes errors in invalid JSON service command examples
2017-12-19 18:18:09 +01:00
Pascal Vizeli
90122dcff6
Update homematic.markdown
2017-12-16 02:57:28 +01:00
Pascal Vizeli
4308e11a07
Update homematic.markdown
2017-12-15 19:32:09 +01:00
Pascal Vizeli
eebde05925
Update homematic.markdown
2017-12-15 19:30:36 +01:00
Pascal Vizeli
898a12d750
Update homematic.markdown
2017-12-15 16:47:42 +01:00
Pascal Vizeli
b92de94a4b
Create homematic.markdown
2017-12-15 16:35:13 +01:00
endor-force
28be4487cf
Updated layout due to problems in presentation. ( #4163 )
...
* Updated layout due to problems in presentation.
- Removed URL link to hassio.local
- Changed presentation/line breaks for example service calls
* Fix link instead of removing it
2017-12-08 16:33:53 +01:00
endor-force
b49db59eab
Updated service call information ( #4156 )
2017-12-08 06:20:52 +01:00
b1g1an
0159cb6f10
Add format for configuration.yaml if using username and password ( #4149 )
...
* Add format for configuration.yaml if using username and password
* Minor changes
2017-12-07 12:39:37 +01:00
endor-force
7d86801e3c
Cleaned up tellstick info ( #4137 )
...
Cleaned up some text, added info relevant for plugin v 0.2 with ability for service calls.
2017-12-04 22:18:19 +01:00
Fabian Affolter
ade302523b
Merge branch 'current' into next
2017-12-02 01:13:00 +01:00
Zorks
c801533484
Added missing certfile/keyfile entries to code ( #4116 )
...
If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error.
2017-12-01 20:47:27 +01:00
Fredrik Lindqvist
e5c7a6a2d8
Fix spelling error in Tellstick addon file
...
Fixes a spelling error in Tellstick addon file
2017-12-01 07:39:25 +01:00
endor-force
24f1f39b71
Added details for TellStick on Hass.io. ( #4105 )
...
* Create tellstick.markdown
* Created basics for tellstick addon
* Updated formatting
* Update tellstick.markdown
2017-12-01 05:46:59 +01:00
DubhAd
d9bf6dd87c
Added note about the component ( #4090 )
...
Added a note to try to clarify that this isn't for integrating a Home or phone with HA
2017-11-29 07:51:49 +01: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
Bob Igo
4271c4f7a4
Cleaned up English usage. ( #3982 )
2017-11-14 23:04:06 +01:00
Delio Castillo
6e73eb86a9
Update git_pull.markdown ( #3925 )
...
* Update git_pull.markdown
Some people are trying to use this add-on without having a previous git repo cloned. This is causing them to lose whatever they had on their config. It is important that they know this info. Please refer to this discussion. https://community.home-assistant.io/t/git-pull-addon/23435/17
* Make warning
2017-11-08 22:43:05 +01:00
Christian Studer
045c032a61
Some additional information ( #3882 )
...
About the public key format, how to login and what you'll find once you get there.
2017-11-03 23:50:12 +01:00
Alex Barcelo
5de7beef7c
New ssh deployment key feature for git_pull addon ( #3835 )
...
Explanation for the two new fields `deployment_key` and `deployment_key_protocol`.
See PR home-assistant/hassio-addons#196
2017-10-30 17:40:07 +01:00
DubhAd
00844141bb
Added note on port forwarding
2017-10-26 19:20:19 +01:00
Phill Price
33c982d761
remove ssl and port in configuration.yaml ( #3691 )
...
* remove ssl and port in configuration.yaml
Make clear to remove SSL and port in configuration.yaml to avoid 502 errors
* Update nginx_proxy.markdown
* Minor change
2017-10-23 12:24:58 +02:00
Nicholas Amadori
e0b2027abc
Specify that RPC Shutdown is only for Windows computers ( #3667 )
...
* Specify that it is only for Windows computers
* Fix name
2017-10-18 21:33:51 +02:00
Pascal Vizeli
f762f779a2
Update lets_encrypt.markdown
2017-10-15 15:56:01 +02:00