diff --git a/atom.xml b/atom.xml index 85696ed239..6bd4001946 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The http
component serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.
-It’s HIGHLY recommended that you set the api_password
, especially if you are planning to expose your installation to the internet.
+It is HIGHLY recommended that you set the api_password
, especially if you are planning to expose your installation to the internet.
# Example configuration.yaml entry
http:
@@ -88,13 +88,13 @@ It’s HIGHLY recommended that you set the api_p
api_password (Optional): Protect Home Assistant with a password.
server_host (Optional): Only listen to incoming requests on specific IP/host (default: accept all)
server_port (Optional): Let you set a port to use. Defaults to 8123.
- base_url (Optional): The URL that Home Assistant is available on the internet. For example: hass-example.duckdns.org:8123
. Defaults to local IP address. The IOS app finds local installations, if you have an outside URL use this so that you can auto fill when discovered in the app.
+ base_url (Optional): The URL that Home Assistant is available on the internet. For example: hass-example.duckdns.org:8123
. Defaults to the local IP address. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app.
development (Optional): Disable caching and load unvulcanized assets. Useful for Frontend development.
ssl_certificate (Optional): Path to your TLS/SSL certificate to serve Home Assistant over a secure connection.
ssl_key (Optional): Path to your TLS/SSL key to serve Home Assistant over a secure connection.
cors_allowed_origins (Optional): A list of origin domain names to allow CORS requests from. Enabling this will set the Access-Control-Allow-Origin
header to the Origin header if it is found in the list, and the Access-Control-Allow-Headers
header to Origin, Accept, X-Requested-With, Content-type, X-HA-access
. You must provide the exact Origin, i.e. https://home-assistant.io
will allow requests from https://home-assistant.io
but not http://home-assistant.io
.
use_x_forwarded_for (Optional): Enable parsing of the X-Forwarded-For
header, passing on the client’s correct IP address in proxied setups. You should only enable this in a trustworthy network environment, as clients passing that header could easily spoof their source IP address. Defaults to False.
- trusted_networks (Optional): List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. It should be noted that if you use a reverse proxy, all requests to home assistant, regardless of source, will arrive from the reverse proxy IP address. Therefore in a reverse proxy scenario this option should be used with extreme care.
+ trusted_networks (Optional): List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. It should be noted that if you use a reverse proxy, all requests to Home Assistant, regardless of source, will arrive from the reverse proxy IP address. Therefore in a reverse proxy scenario, this option should be used with extreme care.
ip_ban_enabled (Optional): Flag indicating whether additional IP filtering is enabled. Defaults to False.
login_attempts_threshold (Optional): Number of failed login attempt from single IP after which it will be automatically banned if ip_ban_enabled
is True. Defaults to -1, meaning that no new automatic bans will be added.
@@ -125,7 +125,7 @@ It’s HIGHLY recommended that you set the api_p
To use those kind of sensors or binary sensors in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload. The entity will be created after the first message has arrived.
All requests need to be sent to the endpoint of the device and must be POST.
If you want to use Home Assistant to host or serve static files then create a directory called www
under the .homeassistant
configuration path. The static files in .homeassistant/www/
can be accessed by the following URL http://your.domain:8123/local/
.
-If you want to apply additional IP filtering, and automatically ban brute force attempts, set ip_ban_enabled
to True
and select number of attempts. After first ban file ip_bans.yaml
will be created in the root configuration folder. It will have IP address and time in UTC when it was added:
+If you want to apply additional IP filtering, and automatically ban brute force attempts, set ip_ban_enabled
to True
and the maximum number of attempts. After the first ban, an ip_bans.yaml
file will be created in the root configuration folder. It will have the banned IP address and time in UTC when it was added:
127.0.0.1:
banned_at: '2016-11-16T19:20:03'
diff --git a/sitemap.xml b/sitemap.xml
index 38fea9b3d9..8c0673bbf3 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3374,7 +3374,7 @@
https://home-assistant.io/components/switch.hook/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4006,99 +4006,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/tools/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/tools/hass/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-10-05T08:54:35+00:00
+2017-10-05T09:08:20+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5134,62 +5134,62 @@
https://home-assistant.io/demo/frontend.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/index.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-10-05T08:54:01+00:00
+2017-10-05T09:07:38+00:00