Dear enthusiasts, this is my first post and my first time here. I am excited and thankful to be part of this community.
I have managed to setup HA and HACS locally and got my window opening from Xiaomi detected. However, I am confused as to how can Alexa find the device locally? Or Cloud is a must?
I have tried doing it locally by emulating the HA as Phillips Hue Hub from online guide. I have added the said device into configuration.xml as such:
emulated_hue:
host_ip: x.x.x.x
listen_port: 80
expose_by_default: false
entities:
cover.linp_wd1lb_bad7_window_opener:
name: “Window“
hidden: false
However, when Alexa found the device, it does not recognize the action words “Window Open” or “Window Close”. I have to use “Turn On Window” and “Turn Off Window”. This is funny but any bright ideas to work around the problem?
I have also tried the HA Cloud, same thing. Is there no other way to get the right action words to work?
Thanks for the help in advance.