I'm running HA on a Windows VM.
My HA local IP is 10.0.2.26
All configurations for emulated_hue are OK and http://10.0.2.26/api/v2/lights is accessible ahd it's content is:
{
"1": {
"state": {
"on": false,
"reachable": true,
"mode": "homeautomation"
},
"name": "Abrir Netflix",
"uniqueid": "00:f1:5a:62:08:e0:b1:4c-38",
"manufacturername": "Home Assistant",
"swversion": "123",
"type": "On/Off light",
"productname": "On/Off light",
"modelid": "HASS321"
},
"2": {
"state": {
"on": false,
"reachable": true,
"mode": "homeautomation"
},
"name": "Bom Dia",
"uniqueid": "00:d9:d3:a9:9e:22:3c:1b-75",
"manufacturername": "Home Assistant",
"swversion": "123",
"type": "On/Off light",
"productname": "On/Off light",
"modelid": "HASS321"
}
}
Yet, neither Alexa or Google Home find any of lights defined there.
Does anyone have a clue?