0.20.0 🌡 Port Status

2023-02-12

β†’ πŸ™ GitHub change log ←open in new window

⚠️ Deprecation warning

  • Sensors lan_speed and wan_speed are deprecated. They will be removed in version 0.22.0. Please, use the new sensors port_status_lan and port_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 version 388.x. With older versions, new sensors might reflect fewer data (mimicking deprecated lan_speed and wan_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 #C471open in new window)

πŸ“š Documentation

  • Updated supported devices

πŸ“¦ Dependencies

πŸ”¨ Other changes

  • Improved code typing
  • Sorted integration manifest to fulfil the latest HA requirements