sharsky68
Results
2
issues of
sharsky68
Get it working on ESPHOME 2025.2.0 and later, which no longer supports custom components. Had to rearrange the code quite a bit to create external components. I'm new to ESPHOME...
I think from version 2025.2 on, `external_components` are requied. I have tried creating them by splitting `itho.h` into `itho_switch.h/cpp` and `itho_text_sensor.h/cpp`, adding `__init__.py`, and adjusting the `yaml` file, but I...