Add Reolink chime play action (#123245)
* Add chime play service
* fix supported_feature
* finalize
* add tests
* Adjust to device service
* fix issue
* Add tests
* actions -> services
* fix styling
* Use conftest fixture for test_chime
* Update tests/components/reolink/test_services.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use ATTR_RINGTONE and rename chime_play to play_chime
* Add translatable exceptions
* fix styling
* Remove option to use entity_id
* fixes
* Fix translations
* fix
* fix translation key
* remove translation key
* use callback for async_setup_services
* fix styling
* Add test_play_chime_service_unloaded
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>