0.15.0 π‘οΈ More temperatures and fixes
2022-12-18
β π GitHub change log β
π£ Known issues
- Updating to this version might disable your current temperature sensors and create the new ones. In this case, please remove the old entities, enable the new ones and assign them entity_id's as before.
π Requirements
- Minimum Home Assistant version bumped to
2022.11.0
π New features
- New
guest_id
integer attribute added to the device identities (anddevice_tracker
entities), which shows the number of guest WLAN (e.g.1
,2
or3
when connected or0
when not connected to a guest network) - Added support for the temperature of
5 GHz-2
and6 GHz
wireless modules (device and firmware dependant)
π Bug fixes
π₯ Breaking
- Deprecated in 0.13.0
entity_id
,mac
andname
parameters ofasusrouter.device_internet_access
service are removed - Migration from versions 0.5.1 and lower is removed - consider the new migration FAQ if you need to update from an older version
π Documentation
Documentation webpage
- Search feature is added to the documentation using the Algolia DocSearch platform
- Change log is added to the documentation
- Credits are added to the documentation
π¦ Dependencies
- Bump
asusrouter
library to0.14.0
π£ GitHub / HACS
- Update build status badge
- Update release drafter
π¨ Other changes
integration_type
property is added to the manifest (>= 2022.11.0
)- Switched to
UnitOfTemperature
enum (>= 2022.11.0
) - Switched to
SourceType
enum (>= 2022.9.0
) - Code improvements