v1.0
Important
This version requires Home Assistant 2023.9.0 or newer.
🚀 Features and fixes:
- Add lawn mower entity (since HA 2023.9.0)
- Add differentiation between standby and idle time to set different update intervals
- Add settings to configure standby times
- Add settings to configure data update and wake up intervals
- Add version migration for new config settings
- Add error handling for start and stop standby time and update intervals in options flow
- Add new TechLine model and correct some Ambrogio models
- Add backend translation for services (since HA 2023.8.0)
- Optimize default update interval for working and standby time
- Optimize default wake up intervals for standard and Infiinity+ data plan
- Optimize periodical wake up and trace position
- Disable vacuum entity by default
- Fix vacuum entity status and error attribute backend translation breaking change (since HA 2023.7.0)
- Fix binary_sensor entity error reason attribute backend translation breaking change (since HA 2023.7.0)
- Fix entity name for vacuum and device tracker entities
- Fix removed ImageDraw function textsize in pillow 10 in camera entity
- Fix typos in translation and config keys
- Update code quality of device tracker entity
- Update pillow requirement from ==9.5.0 to >=9.5.0 #18
- Define
CONFIG_SCHEMA
for component setup - Renaming several constants for a better naming scheme
- Simplyfing and cleanup source code