My device keeps getting banned when it runs in the background away from home. I get error sending Region entered location update error 403. My devices are on 2.0.0 (60) and my HA is 0.93.2 with NGINX. When I view my ios app it is showing Connected Via Internal URL even though I am away from my house and not using WIFI. I’ve tried uninstalling the app and starting fresh by actually entering a username and password instead of just using the trusted login while on wifi. I’ve also tried getting off wifi and using my username and password. Any ideas what I can do?
my config
homeassistant:
name: home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: imperial
time_zone: !secret home_timezone
packages: !include_dir_named packages
whitelist_external_dirs:
- /config
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 10.200.1.0/24
- 10.100.1.0/28
http:
server_port: !secret http_server_port
use_x_forwarded_for: True
trusted_proxies: 127.0.0.1
ip_ban_enabled: True
login_attempts_threshold: 3
base_url: !secret http_base_url