fix 1wire

This commit is contained in:
Andrey
2021-02-18 15:02:21 +03:00
parent 4af40c29a7
commit 6503d6bddd
5 changed files with 19 additions and 5 deletions

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 = 7
VERSION = 8
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):