ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
112 stars 39 forks source link

Hotfix for compatibility with latest ESPHome versions #19

Closed arpiecodes closed 2 years ago

arpiecodes commented 2 years ago

For some reason, something changed that broke the vector initialisation of sensor types. This PR removes that initialisation and it seems to fix compilation with newer ESPHome versions.

ginkage commented 2 years ago

Thanks!