Steven B.
Steven B.
## Proposed change Ensure that the integration always raises `HomeAssistantError` for user actions. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes...
## Proposed change Add motion detection switching on and off to the ring camera platform. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change...
Hi there, this PR is not quite ready for merge as it contains some unnecessary changes to locations in the services etc but I wanted to gauge whether you had...
This is in preparation for tests based on supporting features amongst other tweaks: - Consolidates the filtering logic that was split across `filter_model` and `filter_fixture` - Allows filtering `dev` fixture...
If a handshake session becomes invalid the device returns 403 on send and an `AuthenticationError` is raised which prevents a retry, however a retry would be successful. In HA this...
Closes https://github.com/python-kasa/python-kasa/issues/647