Skip to content

Releases: drakhart/ha-super-soco-custom

1.0.0-beta.13

01 Jun 09:35
Compare
Choose a tag to compare
1.0.0-beta.13 Pre-release
Pre-release
  • Fixed DEVICE_CLASSES and STATE_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

30 Aug 19:35
Compare
Choose a tag to compare
1.0.0-beta.12 Pre-release
Pre-release
  • Fixed unknown state value for timestamp class sensor (#13)

1.0.0-beta.11

03 May 17:10
Compare
Choose a tag to compare
1.0.0-beta.11 Pre-release
Pre-release
  • Fixed Vmoto Soco timestamps (#9)
  • Fixed inconsistent behavior for switches
  • Increased API timeouts (try to fix #8)
  • Misc test improvements

1.0.0-beta.10

19 Apr 22:38
Compare
Choose a tag to compare
1.0.0-beta.10 Pre-release
Pre-release
  • Fixed Vmoto Soco verification code step (#7)

1.0.0-beta.9

18 Apr 19:41
Compare
Choose a tag to compare
1.0.0-beta.9 Pre-release
Pre-release
  • 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

15 Apr 00:05
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release
  • Fixed incorrect Vmoto Soco last GPS time

1.0.0-beta.7

14 Apr 23:25
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release
  • 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 to binary_sensor.power
  • Renamed sensor.battery_percentage to sensor.battery
  • Renamed sensor.alarm_module_battery_percentage to sensor.ecu_battery
  • Changed sensor.gps_accuracy value from absolute to percentage, removed its percentage attribute
  • Changed sensor.signal_strength value from absolute to percentage, removed its percentage attribute
  • Removed sensor.alarm_module_voltage due to inconsistent behavior
  • Removed sensor.accumulative_rim and sensor.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

27 Feb 00:25
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release
  • 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

05 Sep 21:03
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
  • Fixed #4 by allowing leading zeroes in phone number (str instead of int)

1.0.0-beta.4

21 Jun 23:10
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
  • 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