0.16.0 π Many small improvements
2022-12-25
β π GitHub change log β
π Features
- Improved hiding of protected values from the entities attributes
- Security-protected attributes are hidden from the
binary_sensor
entities - Move all the
control
/no-control
features from the library to the integration - The confirmation step is removed from the options flow as obsolete - there is no need anymore to manually reload the integration after changing its settings
π Bug fixes
- Fixed
Device is connected in no-control mode. Sending commands is blocked
when in no-control mode, raised by theupdate
entity. - Fixed bug with missing timemaps in parental control rules (report #369)
π₯ Breaking
- Services
asusrouter.adjust_wlan
andasusrouter.device_internet_access
are available only incontrol
mode of the integration - which would be the correct expected behaviour.
π¦ Dependencies
π¨ Other changes
- Simplified obtaining of
temperature
sensors list from the backend - Simplified code for static entities
- Simplified generation of the static entities
- Improved constants usage