Updated to the Feb version of HA and my Emporia YAML won't compile #123
-
My other ESP32 devices update just fine but I get the below error on both of my Emporia Vue2. Is this a problem with something on my end? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
If you add mdns as below it will compile. source: github://emporia-vue-local/esphome@dev |
Beta Was this translation helpful? Give feedback.
-
It looks like Arduino specific code for esp32 mdns was removed causing the error. |
Beta Was this translation helpful? Give feedback.
-
Adding that code didn't fix the compile error for me. But that may be because the first write took out my wireless connection with the device. Seems I'm going to have to open my electrical box for the 4th time this month due to a poor firmware update by home assistant. |
Beta Was this translation helpful? Give feedback.
-
Just merged in the new ESPHome version, should be good to go here. |
Beta Was this translation helpful? Give feedback.
If you add mdns as below it will compile.
source: github://emporia-vue-local/esphome@dev
components: [ emporia_vue, mdns ]