Releases: plmilord/Hass.io-custom-component-spaclient
Spa Client v3.2
What's new:
- Implemented
Hold Mode
andStandby Mode
buttons. - Some code cleaning
Hold Mode will allow you to pause your system for minor maintenance up to one hour maximum.
Standby Mode will allow you to run your pumps independently. This mode must be manually deactivated to return to normal. This is a software Service Mode
. PLEASE USE THIS MODE ONLY IF YOU KNOW WHAT YOU ARE DOING!
Thanks to @fatuuse for identifying this opportunity!
Spa Client v3.1
- Fixed async_forward_entry_setup and async_forward_entry_unload obsolete calls
Spa Client v3.0
What's new?
- Added fault log sensor (shows last fault message in list)
- Updated lighting entity to handle color mode requirements
- Code cleanup
Thanks to @monsieurlatte for highlighting light issue.
Spa Client v2.83
Spa Client v2.82
What's new?
- Adjusted new entity features in Climate entity
Thanks to @B-Hartley for highlighting new feature flags warning for me.
Spa Client v2.81
What's new?
- Fixed deprecated supported features and constants
- Updated socket management to properly handle entities that may become unavailable
- Updated the strings.json file and corresponding translations
- Deleted the SpaGateway entity because I now manage entity availability better
Thanks to @berkavil for highlighting deprecated supported features and constants for me.
Spa Client v2.8
WARNING: As I touched fundamental elements for Home Assistant (unique IDs of entities), you will have to uninstall the old version and reinstall this new one.
What's new?
- Now uses 'UnitOfTemperature' from 'homeassistant.const'
- Implements unique IDs to allow multiple integrations in the same Home Assistant instance
- Now manages entity availability
- Some code cleanup
Thanks to @B-Hartley !
Spa Client v2.7
What's new?
WARNING: You should run it on Home Assistant version 2023.6.0+
- Added programming capability for filter cycles
Spa Client v2.6c
Integrated into distribution...
- Sorted manifest.json keys: domain, name, then alphabetical order
- Rounding min max temp values
Thanks to @0R2YPsALXTVed6y
Spa Client v2.6b
Improvements...:
- Fixed remaining use of deprecated temperature utility
- Add Norwegian translation
Thanks to @dislabled