add adc support for 328 mega

This commit is contained in:
andvikt
2021-09-18 22:11:52 +03:00
parent 8738a936fe
commit 52ace90600

View File

@@ -63,7 +63,7 @@ async def validate_input(hass: core.HomeAssistant, data):
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for mega."""
VERSION = 24
VERSION = 25
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):