mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 09:12:57 +00:00
2021.6 fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user