Skip to content

Releases: binarydev/ha-generac

v0.4.1

28 Nov 04:29

Choose a tag to compare

Changes

📦 Dependencies

  • Bump actions/checkout from 5.0.0 to 6.0.0 (#240) @dependabot[bot]
  • Bump actions/setup-python from 5.6.0 to 6.1.0 (#242) @dependabot[bot]
  • Bump Brotli from 1.1.0 to 1.2.0
  • Bump homeassistant from 2025.8.3 to 2025.11.3
  • Bump pytest-homeassistant-custom-component from 0.13.272 to 0.13.297
  • Bump pytest-asyncio from 1.1.0 to 1.2.0
  • Bump pytest from 8.4.1 to 8.4.2

v0.4.0

24 Aug 06:02

Choose a tag to compare

What's Changed

  • Removed username/password authentication in favor of using only session cookie authentication
  • Fixed the reconfiguration workflow to address an error about an integration entry already existing. You can now reconfigure to update your session cookie, which will update the existing entry.
  • Bump pre-commit from 4.2.0 to 4.3.0 by @dependabot[bot] in #209
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #212
  • Update deps by @binarydev in #213

Full Changelog: v0.3.9...v0.4.0

v0.3.9

26 Jul 23:42

Choose a tag to compare

Changes

  • Allow users to reconfigure existing config entries, to replace username and password with session cookies instead of needing to create new config entries.
  • Fix error when trying to set polling interval in options.

Full Changelog: v0.3.8...v0.3.9

v0.3.8

26 Jul 06:53

Choose a tag to compare

What's Changed

  • Bump flake8 from 7.2.0 to 7.3.0 in /.github/workflows by @dependabot[bot] in #201
  • Add basic unit tests
  • Add cookie auth as alternative to username and password to fix #203
  • Restore the battery voltage and hours protected fields to fix #202

Full Changelog: v0.3.7...v0.3.8

v0.3.7

19 Jun 18:17

Choose a tag to compare

Changes

📦 Dependencies

v0.3.6

12 May 01:09
12534d1

Choose a tag to compare

Changes

📦 Dependencies

Full Changelog: v0.3.5...v0.3.6

v0.3.5

20 Apr 04:10
fe8024e

Choose a tag to compare

What's Changed

Bug fixes

Dependencies updated

Full Changelog: v0.3.4...v0.3.5

v0.3.4

13 Feb 00:46
5444fa7

Choose a tag to compare

Changes

  • Fix the device class and native unit of measurement for the fuel level sensor to be of type BATTERY with unit %
  • Update the unit of measurement for the battery voltage sensor to use the constant VOLT for electrical potential instead of the string 'V'

📦 Dependencies

v0.3.3

11 Feb 06:09

Choose a tag to compare

Changes

  • Create pt.json for Portuguese language strings (#137) @ViPeR5000
  • Add new sensor status value options "Online" and "Offline" for propane tank monitors to fix issue #144

📦 Dependencies

v0.3.2

11 Jan 00:19
045d0c6

Choose a tag to compare

Changes

  • Update init.py to remove the deprecated platform initialization (#130, @pbradley0) and platform unloading workflows (fix #128)
  • Restore options as top level property and add device class to StatusS… (#116, fix #110)
  • Update instructions to install via HACS, now that we're listed in the official index (#19)

📦 Dependencies