Releases: dmamontov/hass-miwifi
Releases · dmamontov/hass-miwifi
v2.4.2 - 2022.04.19
v2.4.1 - 2022.04.16
Changes in v2.4.1
NEW DEVICE
- Add support Redmi Router AX6000 (RB06)
v2.4.0 - 2022.04.16
Changes in v2.4.0
BREAKING CHANGES
- Added support for getting diagnostic data. more
- Added full CodeQL validation
BUGFIXES
- Fixed late discovery by parent device.
- Disabled detection of devices without MiWifi in discovery.
v2.3.1 - 2022.04.12
v2.3.0 - 2022.04.09
Changes in v2.3.0
BREAKING CHANGES
- Added wifi ap signal sensor (Appears only if the router is in this mode)
- Added speed sensors download and upload wan port
HELPFUL INFORMATION
- Signal conversion, as in a router:
signal >= 80
= Excellent,80 > signal >= 30
= good,30 > signal
= bad
v2.2.5- 2022-04-09
Changes in v2.2.5
BUGFIXES
- Fixed bug when reloading HASS
- Fixed bug with changing icons and states in switch, light and select
v2.2.4- 2022-04-09
Changes in v2.2.4
BUGFIXES
- Fixed unused argument
v2.2.2- 2022-04-08
Nothing serious)
- Cleaned up the code and brought beauty.
v2.2.1- 2022-04-08
- Fix config flow
v2.2.0- 2022-04-08
- Fixed a bug when saving settings, now you do not need to restart HASS
- Increased the default timeout, also added its setting when connecting the device
- Added the ability to manage a wifi channel (the object is disabled by default) - ❗The change causes the wifi adapter to restart in the router
- Added the ability to control the strength of the wifi signal (the object is disabled by default) - ❗The change causes the wifi adapter to restart in the router
- Fixed minor bugs