v1.4.8-dev0
Pre-releaseThis update requires you to run reconfigure after installing (Will otherwise show error in logs related to OPTION_DEVICES). Since there an issue with the option flow, and I haven’t yet added a proper migration flow to automate the migration.
Several new entities are available, including: numbers, buttons, and selects. Some entities that were previously shown as sensors have been moved to their correct types to avoid duplicates. The pet door is now supported, and I’m hoping to add the water fountain before release.
You can also link your pets to household devices through the integration. Services have been fixed as well. They now use the entity ID of your pet or device. You can’t set pet_id or device_id manually anymore, but that’s not really a problem since you can just select the entity from the dropdown.
I’m also working on adding a proper curfew view with a Schedule or Calendar entity. Early testing shows it’s not yet possible to access the /calendar view, but I’ll keep looking into it.
📋 Changelog
- Fixes to translations, availability
- Fixed services and add test to validate
- Ignore checking attributes if native_value is unknown
- Remove diagnostics tests
- Change log level if key not found in path
- Add pytest to requirements dev
- Use options instead of data for custom settings
- Add select to add and remove access to device (#86) @FredrikM97
- Add selects for Hub (#89) @FredrikM97
- Add entities for curfew to pet door (#90) @FredrikM97
- Add suppport for Pet Door (#88) @FredrikM97
- Add number entitiy (#96) @FredrikM97
- Use pet_id instead of tag to fetch Pet coordinator (#97) @FredrikM97