LavermanJJ / home-assistant-solarfocus

🏡 Solarfocus eco manager touch integration for Home Assistant
Apache License 2.0
14 stars 4 forks source link

Fix config-flow migration and add new biomass boiler properties #47

Closed lein1013 closed 1 year ago

lein1013 commented 1 year ago

Fix for https://github.com/LavermanJJ/home-assistant-solarfocus/issues/46

LavermanJJ commented 1 year ago

Also fixes #42

lein1013 commented 1 year ago

Since this PR got a bit too large, I propose not to merge and just close it I need to figure out how to make a clean sync of the fork again and then just add CONF_FRESH_WATER_MODULE in the import

from .const import (
    CONF_PHOTOVOLTAIC,
    CONF_HEATPUMP,
    CONF_PELLETSBOILER,
    CONF_BOILER,
    CONF_BUFFER,
    CONF_HEATING_CIRCUIT,
    CONF_SOLAR,
    CONF_SOLARFOCUS_SYSTEM,
    CONF_FRESH_WATER_MODULE,
    DATA_COORDINATOR,
    DOMAIN,
)