2021.6 fixes

This commit is contained in:
2021-06-05 10:39:21 +03:00
parent bd4f6a27df
commit 6c9f38b091
3 changed files with 14 additions and 10 deletions
+4
View File
@@ -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
-10
View File
@@ -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:
+10
View File
@@ -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