Hi all, I have Home Assistant Core 107.7 docker and Almond-server-portable docker running but I can’t get HA to talk to Almond. I can access Almond from it’s IP address with out any issues.
yaml config
# Almond
almond:
type: local
host: http://192.168.10.126:3000
HA log
Log Details (WARNING)
Logger: homeassistant.components.almond.config_flow
Source: components/almond/config_flow.py:86
Integration: Almond (documentation, issues)
First occurred: 3:49:15 PM (1 occurrences)
Last logged: 3:49:15 PM
Aborting import of Almond because we’re unable to connect
The Almond server log shows
GET /api/apps/list 403 2.132 ms - 30
Any ideas?