поддержка PCA9685 и MCP230

This commit is contained in:
Andrey
2021-02-25 12:11:05 +03:00
parent 97da209cf0
commit 8742bb975f
2 changed files with 2 additions and 2 deletions

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

View File

@@ -15,5 +15,5 @@
"@andvikt"
],
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
"version": "v0.5.1b1"
"version": "v0.5.1b2"
}