github lnagel/hass-eaton-ups-mqtt v0.5.1

41 minutes ago

Maintenance release.

Integration now declares its own dependency

manifest.json now declares paho-mqtt>=2.1.0 in requirements (#101).

Previously the integration imported paho without declaring it, relying on the library happening to be present because Home Assistant's built-in MQTT integration pulls it in. That held on a normal installation, but it is not a guarantee — Home Assistant only installs a dependency it is asked for. Declaring it means HA resolves and installs paho-mqtt for this integration in its own right.

No configuration change is needed, and there is no change to entities, state or behaviour.

Everything else

The remainder of this release is development tooling only — nothing else under custom_components/ changed since v0.5.0. Dependabot no longer rewrites pyproject.toml on every bump or ratchets runtime version floors, and pytest-homeassistant-custom-component now owns the Home Assistant version used by the test suite.

What's Changed

  • chore(deps-dev): bump bump-my-version from 1.4.1 to 1.5.0 by @dependabot[bot] in #98
  • chore(deps-dev): bump ty from 0.0.63 to 0.0.65 by @dependabot[bot] in #97
  • Let dependabot track pytest-homeassistant-custom-component by @lnagel in #102
  • Declare paho-mqtt in manifest requirements by @lnagel in #101
  • Bump pytest-homeassistant-custom-component from 0.13.320 to 0.13.355 by @lnagel in #106
  • chore(deps-dev): bump ty from 0.0.65 to 0.0.69 by @dependabot[bot] in #103
  • chore(deps-dev): bump bump-my-version from 1.5.0 to 1.5.1 by @dependabot[bot] in #105
  • chore(deps-dev): bump ruff from 0.16.0 to 0.16.1 by @dependabot[bot] in #100
  • chore(deps-dev): bump ruff from 0.16.1 to 0.16.2 by @dependabot[bot] in #107
  • Stop dependabot rewriting pyproject.toml on every dependency bump by @lnagel in #110
  • chore(deps-dev): bump the dev-tooling group with 2 updates by @dependabot[bot] in #111
  • Stop dependabot ratcheting runtime floors and unblock phcc updates by @lnagel in #112
  • Let phcc own the Home Assistant test stack by @lnagel in #113
  • chore(deps-dev): bump pytest-homeassistant-custom-component from 0.13.355 to 0.13.356 by @lnagel in #114

Full Changelog: v0.5.0...v0.5.1

Don't miss a new hass-eaton-ups-mqtt release

NewReleases is sending notifications on new releases.