Releases: ofalvai/home-assistant-candy
Releases · ofalvai/home-assistant-candy
0.8.2
What's Changed
- Added Russian and Ukrainian translations by @glebsterx in #264
New Contributors
- @glebsterx made their first contribution in #264
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- Bump pytest-homeassistant-custom-component from 0.12.19 to 0.12.20 by @dependabot in #218
- Catalan Translation by @rogodra in #219
- Don't use deprecated async_setup_platforms by @ofalvai in #263
New Contributors
Full Changelog: 0.8.0...0.8.1
0.8.0
Additions
- Rate limit API requests by @ofalvai in #214. This fixes connection issues for devices that can't handle too frequent API requests (details: #53, #61)
- Expose washing machine program code if available by @ofalvai in #215
Translations
- Create sensor.es.json by @asiersan in #178
- sensor.pt.json by @carlosmfalves in #150
- pt.json by @carlosmfalves in #149
- French Traduction by @morzingrath in #206
Everything else
- Bump pytest-homeassistant-custom-component from 0.9.17 to 0.12.18 by @dependabot in #209
- Add devcontainer config by @ofalvai in #208
- Bump backoff from 1.11.1 to 2.2.1 by @dependabot in #185
- Update HACS URL by @wrt54g in #145
- Lint fixes by @ofalvai in #216
New Contributors
- @wrt54g made their first contribution in #145
- @morzingrath made their first contribution in #206
- @asiersan made their first contribution in #178
- @carlosmfalves made their first contribution in #150
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
- Bump aresponses from 2.1.4 to 2.1.5 by @dependabot in #67
- Fix encryption without key in status call by @ofalvai in #68
- Update dependencies, refactor client tests by @ofalvai in #138
- Add periodic validation GH workflows by @ofalvai in #139
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #86
- Bump actions/checkout from 2 to 3 by @dependabot in #71
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #92
- Bump actions/setup-python from 2 to 4 by @dependabot in #131
- Relax test dependency constraints by @ofalvai in #140
- Align dependency constraint with latest HA by @ofalvai in #207
Full Changelog: 0.7.0...0.7.1
0.7.0
Find encryption key automatically
[#52] No longer need to define an encryption key in the config flow. The integration now tests whether the device can respond without encryption. If it requires encryption, the integration can also find the key by brute force.
Migration: If you have an existing device configured with or without an encryption key, the integration will work without any manual change. But if you run into a problem, try removing and adding the device again.