From 3b3d9c18dc15fc6db0c26fea27bd02f868845149 Mon Sep 17 00:00:00 2001 From: Dmitry Mamontov Date: Sat, 13 Mar 2021 16:50:44 +0300 Subject: [PATCH] Fix repeater mode and access point mode --- custom_components/miwifi/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/miwifi/manifest.json b/custom_components/miwifi/manifest.json index 6aaf6d6..464c0b6 100644 --- a/custom_components/miwifi/manifest.json +++ b/custom_components/miwifi/manifest.json @@ -1,7 +1,7 @@ { "domain": "miwifi", "name": "MiWiFi", - "version": "1.0.4", + "version": "1.0.5", "documentation": "https://github.com/dmamontov/hass-miwifi", "config_flow": true, "requirements": [],