Releases: dmamontov/hass-miwifi
Releases · dmamontov/hass-miwifi
v2.7.0 - 2022.05.11
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
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
v2.5.3 - 2022.04.24
v2.5.2 - 2022.04.23
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
v2.5.0 - 2022.04.22
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
toxqnetwork/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
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
Changes in v2.4.4
BUGFIXES
- Fix save empty devices
v2.4.3 - 2022.04.20
Changes in v2.4.3
BREAKING CHANGES
- Changed wifi state management from
xqnetwork/wifi_up
andxqnetwork/wifi_down
toxqnetwork/set_wifi
BUGFIXES
- Fixed available state