Skip to content

Releases: dmamontov/hass-miwifi

v2.4.2 - 2022.04.19

19 Apr 07:41
Compare
Choose a tag to compare

Changes in v2.4.2

BUGFIXES

  • Fixed wifi turn on / turn off - #46

v2.4.1 - 2022.04.16

15 Apr 21:54
Compare
Choose a tag to compare

Changes in v2.4.1

NEW DEVICE

  • Add support Redmi Router AX6000 (RB06)

v2.4.0 - 2022.04.16

15 Apr 21:09
Compare
Choose a tag to compare

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

12 Apr 09:17
Compare
Choose a tag to compare

Changes in v2.3.1

BREAKING CHANGES

  • Added support for Redmi Router AX5(RA50) - #44

v2.3.0 - 2022.04.09

09 Apr 19:01
Compare
Choose a tag to compare

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

09 Apr 13:25
Compare
Choose a tag to compare

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

09 Apr 12:59
Compare
Choose a tag to compare

Changes in v2.2.4

BUGFIXES

  • Fixed unused argument

v2.2.2- 2022-04-08

08 Apr 13:23
Compare
Choose a tag to compare

Nothing serious)

  • Cleaned up the code and brought beauty.

v2.2.1- 2022-04-08

08 Apr 09:09
Compare
Choose a tag to compare
  • Fix config flow

v2.2.0- 2022-04-08

08 Apr 09:04
Compare
Choose a tag to compare
  • 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