41 Commits

Author SHA1 Message Date
c0ffeeca7
7115a66b27
h-l integrations: apply sentence-style caps in categories (#29903)
* h-l integrations: apply sentence-style caps in categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-20 09:02:30 +01:00
Franck Nijhof
4ca99a003e
Document use_x_frame_options http configuration option (#28453) 2023-08-07 08:02:28 +02:00
Sven Serlier
4aee7353da
Small improvements (#27081) 2023-04-22 12:20:33 +02:00
Paulus Schoutsen
7eaa61f913
Recommend NGINX (#25905) 2023-01-23 22:32:05 +01:00
Franck Nijhof
c39f4886d3
2022.10: Sync with codebase 2022-10-05 18:25:01 +02:00
dependabot[bot]
066f4dc075
Bump textlint-rule-terminology from 3.0.1 to 3.0.2 (#23187)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-06-28 16:42:59 +02:00
Franck Nijhof
e3755114b3
Remove incorrect categories from HTTP integration (#23061) 2022-06-09 15:50:46 +02:00
Franck Nijhof
5d72c2a03c
Sync codebase with docs for 2022.4.0b0 2022-03-30 21:50:39 +02:00
Josh Moore
d6053287e9
Added header for "Reverse proxies" section (#18614)
Having a dedicated header for information on reverse proxies will aid users who may have missed the breaking change in 2021.7 (see https://github.com/home-assistant/core/pull/51839). I also put mimicked the `trusted_proxies` list from the sample config for clarity, and left comments for users who may still be unsure.
2021-07-25 20:28:22 -07:00
Chris Browet
8a5560ee83
Clarifies usage of trusted_proxies (#18447)
* Clarifies usage of trusted_proxies

As discussed in https://github.com/home-assistant/core/issues/52736

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-12 17:10:11 +02:00
Icexist
2ba0fab6d4
Add note to clarify requirement for reverse proxy (#18133)
* Add note to clarify requirement for reverse proxy

HA after 2021.7 will require a trusted reverse proxy IP, but there isn't anywhere that I've seen that explicitly states this requirement and how to achieve it.

* Update http.markdown
2021-06-12 23:40:05 +02:00
Nick
d73b1ab673
Update http.markdown (#16479)
`trusted_networks` is no longer a valid option for the HTTP integration (and isn't mentioned elsewhere on this page) and so it shouldn't be referenced
2021-02-10 09:17:17 +01:00
Franck Nijhof
09759662a1
Bunch of YAML styling improvements - part 3 (#16394) 2021-02-04 03:00:11 +01:00
N1c093
09e0281b27
Remove Server-sent events in http.markdown (#16117) 2021-01-08 15:25:11 +01:00
Hmmbob
36973b679f
Remove deprecated trusted_networks from http docs (#15856) 2020-12-09 21:22:28 +01:00
Evan Morse
c2ed1b991a
Fixed Broken Links (#14885)
I am not the most proficient with reading python code, but after searching through the Home Assistant Website for a while, I think that I found the Python API article that replaces the broken link.  The server-sent events link is also broken, but there is something weird happening with the link.  I think that I will open an issue for it and then submit a PR with the fix once it is fixed.
2020-10-05 02:21:25 +02:00
Klaas Schoute
df09e1e1b7
Fix broken links on website (part 3) (#14774) 2020-10-02 18:30:52 +02:00
Brendon Baumgartner
45a0dd8bd9
server_host - more details (#14571)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-09-29 17:15:06 +02:00
Franck Nijhof
c9bb44ce86
Merge branch 'current' into next 2020-08-11 10:12:13 +02:00
Jonathan Haddock
96aaba5684
Update http.markdown to include certificate location (#14199)
Added details of where the certificate can be found when using the Let's Encrypt add-on, as this was not immediately clear and took me a reasonable amount of searching.
2020-08-09 10:22:39 +02:00
Stefan Agner
6893b80741
Support string lists in http server_host and note new default (dual stack, IPv4 and IPv6) (#14125)
Also note that the HTTP component now listens on IPv4 as well as IPv6.
2020-08-04 16:27:02 +02:00
Franck Nijhof
22bb3daf75
Migration of Community Guides (#13412) 2020-05-26 10:47:24 -07:00
Franck Nijhof
9f0c286fc3
Merge branch 'rc' into current 2020-05-20 10:24:07 +02:00
Guy Khmelnitsky
c561c8f0e9
Update http.markdown - fix misspelling (#13505) 2020-05-18 16:05:17 +02:00
Mike Nabhan
dcfcaceef0
Add example of network in trusted_proxy (#13435) 2020-05-14 09:06:08 +02:00
Franck Nijhof
3701a98e9f
Remove base_url, add external_url & internal_url (#13307) 2020-05-08 02:30:49 +02:00
Dubh Ad
4cd0ac6bb5
Minor clarity edit (#13084)
The use of `www`/`local` has caused a bit of confusion lately, trying to make it a little clearer
2020-04-19 22:46:12 +02:00
Paul Sinclair
dfdf7fe21f
📚 Remove Hass.io references for http page (#12350) 2020-03-13 13:32:32 +01:00
Franck Nijhof
bdade863c6
Migrate logos from documentation website to brands (#12287) 2020-03-06 16:29:57 +01:00
Franck Nijhof
c81de1d658
Add ha_domain to integrations frontmatter (#12277) 2020-03-05 17:28:39 -08:00
Alok Saboo
aa7a018464
Change i.e. and e.g. to i.e.,, and e.g., (#12162)
* Change i.e. and e.g. to i.e.,, and e.g.,

* Update textlintrc.json

* Update .textlintrc.json

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* added i.e.,

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-22 20:50:26 +01:00
Franck Nijhof
fb08878719
Re-branding; part 1 (#12076)
* Re-branding; part 1

* Update source/_docs/configuration/troubleshooting.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update source/_docs/configuration/yaml.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

* Remove Porosity page

* Update source/_docs/z-wave/installation.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-13 19:39:47 +01:00
Franck Nijhof
473f9f8884 Add note about hosting files in www folder (#11834) 2020-01-21 08:48:12 -08:00
Franck Nijhof
e30c46283f
Remove legacy api_password occurances (#11763) 2020-01-16 10:36:33 +01:00
Franck Nijhof
2311a9fed6
Initial sync codeowners with codebase integration manifests (#11673) 2020-01-08 13:25:21 +01:00
Franck Nijhof
23b0b57c08
Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase (#11672)
* Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase

* Update all integrations quality scales (done by sync)
2020-01-08 13:10:43 +01:00
Franck Nijhof
b983082cb9
Frontmatter formatting (#11654) 2020-01-07 14:43:49 +01:00
Ville Skyttä
b6a904933b Code blocks (#11648)
* Run black on Python code blocks, syntax fixes

https://github.com/scop/misc/blob/master/black_markdown.py

* Code block language marker fixes

* String formatting style tweaks
2020-01-07 12:58:15 +01:00
1DontEx1st
6c00d4fbc0 Fixes broken URL (#11033)
tiny typo
2019-10-29 16:02:34 +01:00
claughinghouse
4420e162c3 Update more links (#10678)
* Fix docs.micropython.org link

Ref #10491

* Updated Python Requests link.

Ref #10491

* Updated link
https://home-assistant-lovelace-gallery.netlify.com/ to
https://www.awesome-ha.com/

Ref #10491

* Fixed link to layla.amazon.com

Ref #10491

* Updated the nestdevelopers.io link to point to
developers.next.com since
nestdevelopers.io
returns a non existant domain

Ref #10491

* Updated link for TOR browser on Android
Now points to official App from the TOR project

(#10491)

* Updated light.mqtt link on blog post

(#10491)

* Fix typo.

* Update outdated blog post link to translation

(#10491)
2019-10-10 11:55:20 +02:00
Franck Nijhof
57c6dec6c2
Rename components folders to integrations 2019-10-02 00:04:39 +02:00