Releases: ollo69/ha-smartthinq-sensors
Releases · ollo69/ha-smartthinq-sensors
v0.5.6
- Core: removed debug log of Auth Token
- Refrigerator: added "express_mode" and "express_fridge" features (with feature description retrieval)
- Refrigerator: added check of available features
- Refrigerator: added check for default "eco-friendly" temperature (issue #76)
- Updated config_flow "es" language (PR #71)
- Updated "readme" (PR #78)
v0.5.5
- Clarification on usable region and language code
- Changed language code to 2 character code in config flow
v0.5.4
- updated documentation (PR #61 by @KTibow)
- fixed refrigerator temperature (issue #64)
- added warning for configuration using APIv1
- removed support for configuration using yaml file
v0.5.3
- Fix unavailable status maintained in some circumstance
- Added "assumed_state" attribute
v0.5.2
- Improved connection error handling
- Implemented unavailable state on persistent connection error
- Added "invalid credential" exception (error 0110)
- Config Flow spanish translation (@jordibsk10, PR #52)
v0.5.1
- reviewed reconection algorithm
- fixed sensor states issue for some devices (issue #48)
- minor fix
v0.5.0
- Implemented use of native language pack
- Removed option for using coreV1 in configuration
- Deprecated configuration via yaml
- Added doorClose status for washer
- Minor fix
- Updated documentation
v0.4.6
- Fix temperature for some refrigerator model on APIv1
- Add refrigerator states
v0.4.5
- Improved Network Error log management