Releases: Vaskivskyi/ha-asusrouter
0.23.2 🚀 Better features for older devices
📑 Community on 0.23.2 | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ AsusRouter Library
💥 This release has the same breaking changes as 0.23.0 if you are updating from an older version
🐛 Bug fixes
- Fixed issue with temperature processing for older devices (report #661, #665)
- Fixed issue with the clients processing for legacy format (report #661)
📦 Dependencies
- Bumped
asusrouter
library to1.0.2
0.23.1 🐛 Bugfix / FW 380
📑 Community on 0.23.1 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter | ⭐ AsusRouter Library
💥 This release has the same breaking changes as 0.23.0
if you are updating from an older version
🐛 Bug fixes
- Fixed issue with an empty latest_connected list (report #659, #662)
- Fixed issue with device identity on 380 FW (report 661)
📦 Dependencies
- Bumped
asusrouter
library to1.0.1
0.23.0 🔨 New backend
📑 Community on 0.23.0 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter | ⭐ AsusRouter Library
This release brings a fully-rebuild core of the library, making it faster and simpler.
🔒 Requirements
- Minimum HA version set to 2023.10.0
💥 Breaking
- Python
3.11+
is now required Temp:
Removed HA services- For pairs of
binary_sensor
/switch
entities, removedbinary_sensor
- Removed option
device_control
in the configuration flow - With HA unit conversion supports, the native value for speed and traffic sensors changed, which creates a breaking change for HA history
- Removed
bytes
/bits
attributes of traffic / speed sensors
🚀 Features
- Added support for HA
EntityCategory
- Added support for HA unit conversion (traffic and speed sensors)
- Added error codes 9, 10 and 11 reported by device (
another
,captcha
,reset required
) - Added proper timeout when login blocked
- Added USB WAN data recovery when interface is off
- Added debug logging for SSDP discovery and fired events
- Implemented
0
values for the network speed sensors on integration load. This will preventunknown
values on startup or reboot, when the actual speed cannot yet be calculated - Improved FW processing for different generations
- Improved clients monitoring
- Improved
latest_connected
sensor - Removed orphaned attributes for disconnected clients
🐛 Bug fixes
- Fixed issue with wrong FW update status (report #605, #620)
- Improved JSON parsing
- Added UnicodeDecodeError ignore on reading content (report #564, #611)
📖 Translations
- Updated Spanish translation @Nyaran
- Updated Portuguese translation @edwardtfn
- Fixed Ukrainian translation @olegkrawchuk
- Added Russian translation @Kvasenok
- Added Hungarian translation @zsigus
- Added German translation @felixhaeberle
📦 Dependencies
- Bumped
asusrouter
library to1.0.0
- Bumped
homeassistant
to2023.10.0
📚 Documentation
- Confirmed support for device / firmware:
DSL-AC68U
/386.50117
RT-AC66U B1
/386.51255
RT-AC86U
/386.49709
RT-AC88U
/386.48260
,386.5_0
RT-AX58U
/388.22237
RT-AX86U Pro
/388.23565
RT-AX88U
/388.24198
,388.2_0
,388.4_0
RT-AXE7800
/388_22068
TUF-AX5400
/388.22525
TUF-AX6000
/388.32432
TUF-AX3000 V2
/388.23785
ZenWiFi AX (XT8)
/388.23285
ZenWiFi XT9
/388_23285
0.23.0b4 🔨
⚠️ Beta release!
📑 Full release note 0.23.0b4 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
Beta release means something might go wrong!
This release brings a completely new backend library and has several breaking changes. Please, refer to the change log or to the community forum discussion
🐞 Fixes
- Fix bug when no PF or PC rules set (#653) @Vaskivskyi
- Fix latest connected sensor (#652) @Vaskivskyi
- Remove orphaned attributes from disconnected clients (#650) @Vaskivskyi
📦 Dependencies
- Bump asusrouter to
1.0.0b3
(#654) @Vaskivskyi
0.23.0b3 🔨
⚠️ Beta release!
📑 Full release note 0.23.0b3 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
Beta release means something might go wrong!
This release brings a completely new backend library and has several breaking changes. Please, refer to the change log or to the community forum discussion
🐛 Bug fixes
- Handle Unicode error in JSON (Vaskivskyi/asusrouter#317)
📦 Dependencies
- Bump asusrouter to
1.0.0b2
(#648)
0.23.0b2 🔨
⚠️ Beta release!
📑 Full release note 0.23.0b2 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
Beta release means something might go wrong!
This release brings a completely new backend library and has several breaking changes. Please, refer to the change log or to the community forum discussion
🐛 Bug fixes
- Fixed blocking issue when JSON cannot be parsed (Vaskivskyi/asusrouter#315)
🚀 Features
- Added logging on JSON parsing errors (Vaskivskyi/asusrouter#315)
📦 Dependencies
- Bump asusrouter to
1.0.0b1
(#646)
0.23.0b1 🔨 New backend
⚠️ Beta release!
📑 Full release note 0.23.0b1 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
Beta release means something might go wrong!
This release brings a completely new backend library and has several breaking changes. Please, refer to the change log or to the community forum discussion
0.23.0b0 🔨 New backend
⚠️ Beta release!
📑 Full release note 0.23.0b0 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
Beta release means something might go wrong!
This release brings a completely new backend library and has several breaking changes. Please, refer to the change log or to the community forum discussion
0.22.0 💻 On the way to a better configuration
📑 Full release note 0.22.0 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
🚀 Features
- Skip credentials check when not changed (#568) @Vaskivskyi
- Use menu in config flow (#567) @Vaskivskyi
- Sort config and options flows (#565) @Vaskivskyi
- Use menu in options flow (#563) @Vaskivskyi
- Remove deprecated sensors (#561) @Vaskivskyi
- Remove domain name from unique_id (#556) @Vaskivskyi
- Block multiple setups for single serial number (#555) @Vaskivskyi
- Ignore discovery with no serial number (#554) @Vaskivskyi
- Switch discovery check to FW type (#553) @Vaskivskyi
- Improve SSDP discovery (#552) @Vaskivskyi
🐞 Fixes
- Fix bug with repeating entities (#559) @Vaskivskyi
📖 Translation
📚 Documentation
- Update supported devices (#569) @Vaskivskyi
🔨 Refactoring
- Sort config and options flows (#565) @Vaskivskyi
0.21.1 🚀 Support for HA 2023.3.x
📑 Full release note 0.21.1 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter
📦 Dependencies
- Bump asusrouter to 0.20.3 (#547) @Vaskivskyi