Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed Apr 9, 2022
1 parent c5b758b commit 34271f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/miwifi/manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 34271f7

Please sign in to comment.