nordicopen / easee_hass

Custom component for Easee EV charger integration with Home Assistant
212 stars 34 forks source link

Change method for excluding Equalizers #401

Closed astrandb closed 5 months ago

astrandb commented 6 months ago

We have to make the device selector to exclude Equalizers from service targets. Previously we used device_class == "monetary" to ensure that only chargers were listed. But if the user diabled all monetary sensors on their charger no target device could be found. We now change to requiering that the device contains a switch platform. This method cannot be blocked by the user.