Releases: drakhart/ha-super-soco-custom
Releases · drakhart/ha-super-soco-custom
1.0.0-beta.13
- Fixed
DEVICE_CLASSES
andSTATE_CLASS*
deprecation warnings (#19) (Thank you @apbarratt!) - Fixed config flow errors propagating through all the flow, and login code being restore between re-configs
1.0.0-beta.12
- Fixed unknown state value for timestamp class sensor (#13)
1.0.0-beta.11
1.0.0-beta.10
- Fixed Vmoto Soco verification code step (#7)
1.0.0-beta.9
- Fixed migration step for new updates (unfortunately I don't think this fix will work if you already tried to update, sorry)
- Sorted countries in phone prefix dropdown
1.0.0-beta.8
- Fixed incorrect Vmoto Soco last GPS time
1.0.0-beta.7
- Added support for Vmoto Soco app based bikes
- Added power switch (Vmoto Soco only)
- Added support for long term statistics
- Added translations for entity names & attributes
Breaking changes!
- Renamed
binary_sensor.power_status
tobinary_sensor.power
- Renamed
sensor.battery_percentage
tosensor.battery
- Renamed
sensor.alarm_module_battery_percentage
tosensor.ecu_battery
- Changed
sensor.gps_accuracy
value from absolute to percentage, removed itspercentage
attribute - Changed
sensor.signal_strength
value from absolute to percentage, removed itspercentage
attribute - Removed
sensor.alarm_module_voltage
due to inconsistent behavior - Removed
sensor.accumulative_rim
andsensor.lock
due to unknown use
Note: Since this release contains a lot of changes, it is strongly recommended that you remove and add back the integration after updating
1.0.0-beta.6
- Fixed "Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3" error
- Fixed numeric sensors with wrong uom, and non-numeric sensors with
None
uom when then shouldn't have any uom
1.0.0-beta.5
- Fixed #4 by allowing leading zeroes in phone number (str instead of int)
1.0.0-beta.4
- Fixed #3 by using native speed measurement (it's called SLEEP instead of SPEED in the API, hence my confusion)
- Reduced power on update interval to 5 seconds (instead of 10)
- Added GPS accuracy and signal strength percentages as extra attribute