jensrossbach / esphome-luxtronik-v1

ESPHome component for integrating Luxtronik V1 heating control unit
MIT License
0 stars 0 forks source link

Conditionally compile sensors #5

Closed jensrossbach closed 2 months ago

jensrossbach commented 2 months ago

This pull request makes all sensors optional at compile time so that the software can be compiled even if all sensors of a specific type are excluded in the YAML file.

Fixes #3