Added - `ImouCamera` class exposing `async_service_ptz_location()` and `async_service_ptz_move()` Changed - Usage page of the documentation
1.0.8
Added - Support for `devicePTZInfo`, `controlLocationPTZ`, `controlMovePTZ` Imou APIs through ``async_api_devicePTZInfo()`, `async_api_controlLocationPTZ()`, `async_api_controlMovePTZ()` and CLI commands
1.0.7
Added - `ImouSiren` class, `get_siren()` and `set_siren()` to cli Removed - `siren` switch, now implemented as `ImouSiren`
1.0.6
Added - Attributes to `ImouEntity` class and `get_attributes()` - `motionDetection` binary sensor and `refreshAlarm` button
1.0.5
Added - Support for `restartDevice`, `deviceSdcardStatus` Imou APIs through `async_api_restartDevice()`, `async_api_deviceSdcardStatus()` and CLI commands - Support for "Activate Siren" switch - `ImouButton` class and `restartDevice`, `refreshData` buttons - Support for `press_button` to CLI - Support for `callbackUrl` sensor - `set_device()` function to `ImouEntity`
1.0.4
Added - `ImouSelect` class and support for `nightVisionMode` select - `get_select` and `set_select` commands to CLI - `pushNotifications` switch