Hello,
I am having trouble detecting my Home Assistant entities via the Alexa app. I should mention that I don’t have a connected speaker and I’m using only the Alexa app directly.
I have followed the necessary configurations in the configuration.yaml
file, but despite this, no entities are detected when I ask Alexa to find them from the app.
The HA IP address is correct, and the devices work well from Home Assistant.
emulated_hue:
type: alexa
host_ip: 192.168.X.XX
listen_port: 80
expose_by_default: false
exposed_domains:
- switch
- light
entities:
switch.prise_lampadaire_salon:
name: "Lampadaire salon"
hidden: false
Thank you.