diff --git a/README.md b/README.md index ad66de8..f7d8eb2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ Component for tracking devices and managing routers based on [MiWiFi](http://miw **Q. Is a reboot required after changing the [PRO] settings?** -**A.** Reboot is required +**A.** Not required, but desirable. + +**Q. How to convert device `signal` to text representation?** + +**A.** `signal >= 80` = Excellent, `80 > signal >= 30` = good, `30 > signal` = bad ## Conflicts The following component conflicts are currently known: diff --git a/custom_components/miwifi/manifest.json b/custom_components/miwifi/manifest.json index 838e620..c12ced5 100644 --- a/custom_components/miwifi/manifest.json +++ b/custom_components/miwifi/manifest.json @@ -1,7 +1,7 @@ { "domain": "miwifi", "name": "MiWiFi", - "version": "2.2.5", + "version": "2.3.0", "documentation": "https://github.com/dmamontov/hass-miwifi/blob/main/README.md", "issue_tracker": "https://github.com/dmamontov/hass-miwifi/issues", "config_flow": true,