0.20.0 π΅ Port Status
2023-02-12
β π GitHub change log β
β οΈ Deprecation warning
- Sensors
lan_speed
andwan_speed
are deprecated. They will be removed in version 0.22.0. Please, use the new sensorsport_status_lan
andport_status_wan
π Features
- Added new Port status sensors (LAN -
port_status_lan
, USB -port_status_usb
, WAN -port_status_wan
), reporting more information on the physical ports connections. The feature is fully supported by FW version388.x
. With older versions, new sensors might reflect fewer data (mimicking deprecatedlan_speed
andwan_speed
sensors with the new format). More details on the new features
π Bug fixes
- Fixed bug in the backend library causing errors when device API stops reporting some information (report #C471)
π Documentation
- Updated supported devices
π¦ Dependencies
- Bumped
asusrouter
library to0.20.1
π¨ Other changes
- Improved code typing
- Sorted integration manifest to fulfil the latest HA requirements