v2.0.7
This release focus to fix an issue related to py-surepetcare. If you have missing sensors or logs indicating TypeError: object of type 'AssignedDevices' has no len() then it is recommended to update to 2.0.7.
The release include optimization and cleanup to move logic from the integration to the API library. There was a request for a presence sensor instead of the text sensor for Position so now that is also added. In a later phase I might remove the Position and keep Presence sensor to reduce the complexity of the integration. Don't worry though! The Position sensor can be created with a Template which allow more free hands. Feel free to discuss this change! All feedback is good feedback!
📋 Changelog
- Move presence sensor to pet (#192) @FredrikM97
- Fix devcontainer pre commit (#193) @FredrikM97
- Update to use properties from py-surepetcare (#187) @FredrikM97
- Cleanup of entities and moved methodfield to own file (#188) @FredrikM97
- Change from inside/outside to home away (#186) @FredrikM97
- Add presence sensor to flap devices (#185) @FredrikM97