Changes
:fire: AsusRouter now provides a custom event `asusrouter_device_connected`, which you can use for custom HA automation. Check out an example of creating a HA notification when a new device connects to your local network ([Community forum link](https://community.home-assistant.io/t/custom-component-asusrouter-integration/416111/130?u=vaskivskyi)). The event is raised only for new devices (which were not tracked yet by HA) and does not depend on whether `device_tracker` entities are enabled.
:lock: A new security option is available - you can now hide passwords from any sensors and attributes by toggling a switch in the integration configurations.
:hammer: If you were experiencing disconnection bugs in the previous releases, this issue is fixed - so the integration will be reconnected to the device by itself.
:rocket: Features
* Add security option to hide passwords (271) Vaskivskyi
* Raise `asusrouter_device_connected` event on unknown devices connection (270) Vaskivskyi
:hammer: Refactoring
* Code optimization for config_flow.py (272) Vaskivskyi
:package: Dependencies
* Bump version to 0.10.0 (280) Vaskivskyi
* Bump asusrouter to 0.9.5 (279) Vaskivskyi
* Bump release-drafter/release-drafter from 5.19.0 to 5.21.1 (274) dependabot
* Bump actions/checkout from 2 to 3 (275) dependabot