Hi, I have a Voice PE all working fine and on a separate iOT VLAN. My Home Assistant install can reach it and use it just fine. However, it is not auto-discovered in ESPHome Builder.
This has been find for other ESPHome devices I've built - I just put this in the config and they are reachable no problem:
wifi:
ssid: "[My iOT SSID]"
password: "[iOT Wifi password]"
manual_ip:
static_ip: 192.168.x.x
gateway: 192.168.x.x
subnet: x.x.x.x
I added the yaml file for the voice PE in ESPhome builder (https://github.com/esphome/home-assistant-voice-pe/blob/dev/home-assistant-voice.yaml) and I've added the config above.
It can see the Voice PE and says it's online, but it's not got a "take control" option like in the documentation...is it ok to flash it with this yaml configuration?
Ultimately, I want to add a couple of sensors to the GROVE port and so need to edit the config. Will this method work?