Hi everyone,
I have a problems using the Alexa Media Player integration.
Everything used to work fine, but since a month (or two?) my localhost 127.0.0.1 gets reguarly banned.
I searched the logs and found this:
“Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/api/states/input_text.alexa_actionable_notification’. (None)”
So it gets triggered by the “Actionable notification - Automations” and I can trigger the fault on my own.
So far so good.
As the Alexa media player integration seems to be the problem, I reconfigured everything.
- Reinstalling the Alexa Media Player integration, Re-Authentication included
- Followed this guide (again): Amazon Alexa Smart Home Skill - Home Assistant → did this 2 years ago and everything worked…but I gave it a try with no success
Using my echo to switch on/off smart home stuff still works with Nabu Casa Cloud. But all Actionable notifications are not working any more.
ip_bans.yaml:
127.0.0.1:
banned_at: ‘2023-12-15T16:19:47.414127+00:00’HTTP-Config:
http:
use_x_forwarded_for: false ← changing this to true does not change anything
trusted_proxies:
- 172.30.33.0/24
- 127.0.0.1
ip_ban_enabled: true
login_attempts_threshold: 4
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks ← adding these lines from here did not help…
trusted_networks:
- 192.168.0.0/24
- 192.168.10.0/24
I am grateful for any help.
Thanks,
Kombi