Skip to content

Releases: SavageNL/home-assistant-volcano-hybrid

v1.0.1-rc2

22 Jun 20:30
Compare
Choose a tag to compare
v1.0.1-rc2 Pre-release
Pre-release

What's Changed

  • Fixed deprecation warning about accessing BLEDevice.rssi
  • Added new sensor that show currently connected source (should be the mac address of the BLE proxy). This can be used to determine where your volcano is when you move it around.

Doesn't really matter:

Full Changelog: 1.0.0...1.0.1

v1.0.0

11 Jun 15:38
252e9b0
Compare
Choose a tag to compare

What's Changed

I've been running the 0.14-rc3 for a month, without any issues that I can remember, so it's time to release a v1.0.0!

Check the readme for the full feature list.

Changes in this version from v0.13:

  • Only auto-detect Volcano Hybrid devices, not other S&B BLE enabled devices (they won't work)
  • Don't fail integration when unable to connect to device on setup
  • Correctly set values that are not known (yet) to unknown
  • Heater, fan, set-temp values are updated more regularly and attempted to re-send while device is on and they didn't get recognized
  • Bump ruff from 0.11.8 to 0.11.13 by @dependabot in #12

New Contributors

Full Changelog: 0.1.3...1.0.0

v0.1.4-rc3

12 May 17:49
Compare
Choose a tag to compare
v0.1.4-rc3 Pre-release
Pre-release

What's Changed

  • Only auto-detect Volcano Hybrid devices, not other S&B BLE enabled devices (they won't work)
  • Don't fail integration when unable to connect to device on setup
  • Correctly set values that are not known (yet) to unknown
  • Heater, fan, set-temp values are updated more regularly and attempted to re-send while device is on and they didn't get recognized
  • Bump ruff from 0.11.8 to 0.11.9 by @dependabot in #8

Full Changelog: 0.1.3...0.1.4-rc3
From previous rc: 0.1.4-rc2...0.1.4-rc3

v0.1.4-rc2

03 May 10:52
Compare
Choose a tag to compare
v0.1.4-rc2 Pre-release
Pre-release
  • Only auto-detect Volcano Hybrid devices, not other S&B BLE enabled devices (they won't work)
  • Don't fail integration when unable to connect to device on setup
  • Correctly set values that are not known (yet) to unknown
  • Heater, fan, set-temp values are updated more regularly and attempted to re-send while device is on and they didn't get recognized

Full Changelog: 0.1.3...0.1.4-rc2
Compared to rc1: 0.1.4-rc1...0.1.4-rc2

v0.1.4-rc1

03 May 10:37
Compare
Choose a tag to compare
v0.1.4-rc1 Pre-release
Pre-release
  • Only auto-detect Volcano Hybrid devices, not other S&B BLE enabled devices (they won't work)
  • Don't fail integration when unable to connect to device on setup
  • Correctly set values that are not known (yet) to unknown
  • Heater, fan, set-temp values are updated more regularly and attempted to re-send while device is on and they didn't get recognized

Full Changelog: 0.1.3...0.1.4-rc1

v0.1.3

26 Apr 08:41
Compare
Choose a tag to compare
  • Added: Connected state and RSSI as sensors
  • Fixed: Version lists correct value
  • Fixed: The integration will initialize even when it can't connect to they Hybrid device (this allows the reconnect button to be useful)

Full Changelog: 0.1.2...0.1.3

V0.1.2

17 Apr 10:11
Compare
Choose a tag to compare

The integration seems to be mostly working now.

  • Added reconnect button
  • Entity key's include the device key
  • Entities become unavailable when there is no connection
  • Helper sensor for on-time (calculated via shutdown timer)

v0.1.1

10 Apr 05:06
1f062ab
Compare
Choose a tag to compare

Turning the fan on/off was broken when fixing linter errors. Should work again now.

v0.1.0

09 Apr 14:11
Compare
Choose a tag to compare

Initial release, everything seems to work.