diff --git a/config/configuration.yaml b/config/configuration.yaml index 4cbb5a9..b25a5f8 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -21,6 +21,10 @@ config: http: ip_ban_enabled: true login_attempts_threshold: 20 + use_x_forwarded_for: true + trusted_proxies: + - 127.0.0.1 + - 192.168.0.80 lovelace: mode: yaml diff --git a/config/packages/modules/network.yaml b/config/packages/modules/network.yaml index 218c921..8b288f3 100644 --- a/config/packages/modules/network.yaml +++ b/config/packages/modules/network.yaml @@ -12,11 +12,6 @@ fastdotcom: scan_interval: minutes: 90 -# https://www.home-assistant.io/integrations/speedtestdotnet -speedtestdotnet: - scan_interval: - minutes: 60 - # https://www.home-assistant.io/integrations/wake_on_lan wake_on_lan: @@ -27,11 +22,6 @@ mqtt: username: !secret mqtt_username password: !secret mqtt_password -# https://www.home-assistant.io/integrations/pi_hole -pi_hole: - - host: !secret pihole_host - api_key: !secret pihole_api_key - homekit: filter: include_entities: diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 4bbf6ee..4642ee4 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -46,3 +46,13 @@ # host: !secret vacuum_host # token: !secret vacuum_token # name: vacuum + +# https://www.home-assistant.io/integrations/speedtestdotnet +# speedtestdotnet: +# scan_interval: +# minutes: 60 + +# https://www.home-assistant.io/integrations/pi_hole +# pi_hoyle: +# - host: !secret pihole_host +# api_key: !secret pihole_api_key