fix 1wire bus

This commit is contained in:
Andrey
2021-02-18 15:41:12 +03:00
parent 0b5b9744ba
commit ba41cbb100

View File

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