Skip to content

Releases: dmamontov/hass-miwifi

v2.7.0 - 2022.05.11

10 May 21:41
57fbc1d
Compare
Choose a tag to compare

Telegram

Changes in v2.7.0

BREAKING CHANGES

  • The component is fully covered by tests
  • Added setting Minimum stay online
  • Added system_health
  • Added Calculate passwd service
  • Added Send request service
  • Added Luci response event
  • Added translations
  • Completely removed RestoreEntity
  • Refactored and removed dead code
  • Documentation expanded and moved to wiki

BUGFIXES

  • Fixed component reload
  • Fixed component deletion
  • Fixed incorrect icons
  • Fixed setting values at startup
  • Fixed bugs when moving devices
  • Fixed a lot of logical errors

v2.6.0 - 2022.04.29

29 Apr 10:59
28d1517
Compare
Choose a tag to compare

Telegram

Changes in v2.6.0

BREAKING CHANGES

  • DataUpdateCoordinator is 100% covered by tests
  • Refactored the definition of the manufacturer by mac address
  • Wan speed sensors are now displayed in the B/s unit (HASS swears at dynamic ones)
  • Changed the logic of obtaining the image of the router in the update

BUGFIXES

  • With the help of tests, a very large number of errors and shortcomings were corrected. I don't think it's worth listing every little thing

v2.5.4 - 2022.04.25

25 Apr 06:47
5ef93c2
Compare
Choose a tag to compare

Telegram

Changes in v2.5.4

NEW DEVICE

  • Add support Xiaomi Router AX3200 (RB01)

BUGFIXES

  • Fixed removal of device_tracker
  • Fixed minor bugs

v2.5.3 - 2022.04.24

24 Apr 17:35
16b731d
Compare
Choose a tag to compare

Telegram

Changes in v2.5.3

BUGFIXES

  • Fixed error getting wifi adapter status on some devices - #51

v2.5.2 - 2022.04.23

23 Apr 15:39
8fd5f97
Compare
Choose a tag to compare

Telegram

Changes in v2.5.2

BUGFIXES

  • Fixed minor bugs
  • Fixed error when getting update information on rooted devices - #52
  • Fixed wifi switching bug (requires additional verification on other devices) - #51

HELPFUL INFORMATION

  • I started covering the component with tests and fixing bugs based on them. Don't be intimidated by the number of updates.

v2.5.1 - 2022.04.22

22 Apr 14:27
9041162
Compare
Choose a tag to compare

Telegram

Changes in v2.5.1

BUGFIXES

  • Small bug fixed - #39

v2.5.0 - 2022.04.22

22 Apr 12:53
c28e657
Compare
Choose a tag to compare

Changes in v2.5.0

BREAKING CHANGES

  • Minimum HASS version increased to 2022.4.0
  • The wifi info method has been changed from xqnetwork/wifi_detail_all to xqnetwork/wifi_diag_detail_all. To fully support guest access
  • Added switch to manage guest network (Disabled by default)
  • Added the ability to work with device firmware updates (You can now update the firmware directly from HASS)
  • DataUpdateCoordinator has been refactored
  • Platform initialization has been refactored
  • Added gluing of devices if one of the devices is connected to another (Only for routers)

BUGFIXES

  • Fixed bug with frequent authorization
  • Fixed blinking device states
  • Fixed loading manufacturers

v2.4.5 - 2022.04.20

20 Apr 14:40
Compare
Choose a tag to compare

Changes in v2.4.5

BREAKING CHANGES

  • Added a list of wifi channels by default. In some firmware, they are not returned through the API.

v2.4.4 - 2022.04.20

20 Apr 12:51
Compare
Choose a tag to compare

Changes in v2.4.4

BUGFIXES

  • Fix save empty devices

v2.4.3 - 2022.04.20

20 Apr 12:39
Compare
Choose a tag to compare

Changes in v2.4.3

BREAKING CHANGES

  • Changed wifi state management from xqnetwork/wifi_up and xqnetwork/wifi_down to xqnetwork/set_wifi

BUGFIXES

  • Fixed available state