v1.7.0
Changes
Breaking change
Please note that we are changing how the unique_id
is composed for all Google Home sensors. We used to defer devices using their device names, but now found a way to utilize unique device id coming from google APIs.
This means that after the update you will have duplicate sensors created with new names, which might break your current automations or scripts. We recommend you reinstall the integration or manually delete legacy deprecated sensor entities.
- Release 1.7.0 @leikoilja (#313)
🚀 Features
- Using unique device_id received from glocaltokens @leikoilja (#310)
🐛 Bug Fixes
- Fixing alarm volume response typo @leikoilja (#309)
🧱 Dependency Updates
- Bump flake8-comprehensions from 3.6.0 to 3.6.1 @dependabot (#311)
- Bump flake8-comprehensions from 3.5.0 to 3.6.0 @dependabot (#308)
- Bump glocaltokens from 0.3.1 to 0.4.0 @leikoilja