Skip to content

deps(deps-dev): update homeassistant requirement from >=2023.9.0 to >=2026.4.4 - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/homeassistant-gte-2026.4.4
Closed

deps(deps-dev): update homeassistant requirement from >=2023.9.0 to >=2026.4.4#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/homeassistant-gte-2026.4.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on homeassistant to permit the latest version.

Release notes

Sourced from homeassistant's releases.

2026.4.4

  • Fixed Kodi Media Browsing ([@​albaintor] - #165819) ([kodi docs])
  • Fix Victron BLE false reauth on unrecognised advertisement mode bytes ([@​rajlaud] - #168209) ([victron_ble docs])
  • Fix case-sensitive MIME type check in Google Generative AI TTS ([@​MohamedBarrak3] - #168458) ([google_generative_ai_conversation docs])
  • Hive - Bump pyhive-integration to 1.0.9 ([@​KJonline] - #168489) ([hive docs]) (dependency)
  • Bump aioamazondevices to 13.4.3 ([@​chemelli74] - #168536) ([alexa_devices docs]) (dependency)
  • Fix MQTT JSON light restoring None color_mode on startup ([@​noerstad] - #168608) ([mqtt docs])
  • Add Roborock fan speed validation and error handling ([@​allenporter] - #168623) ([roborock docs])
  • Correct state/device class for water in gardena ([@​elupus] - #168637) ([gardena_bluetooth docs])
  • Cancel and await idle_start future if the task was canceled after an IMAP connection was lost ([@​jbouwh] - #168662) ([imap docs])
  • Validate local_only user property during ws auth phase ([@​edenhaus] - #168812) ([http docs]) ([websocket_api docs])
  • Update Tibber library, 0.37.2 ([@​Danielhiversen] - #169027) ([tibber docs]) (dependency)
  • Slow down Tractive API polling to avoid 429 too many requests ([@​bieniu] - #169057) ([tractive docs])
  • Bump aiotractive to 1.0.3 ([@​bieniu] - #169059) ([tractive docs]) (dependency)
  • Validate local_only user for signed requests ([@​edenhaus] - #169066) ([http docs])
  • Update frontend to 20260325.8 ([@​bramkragten] - #169076) ([frontend docs]) (dependency)

#165819: home-assistant/core#165819 #167939: home-assistant/core#167939 #168209: home-assistant/core#168209 #168451: home-assistant/core#168451 #168458: home-assistant/core#168458 #168489: home-assistant/core#168489 #168536: home-assistant/core#168536 #168608: home-assistant/core#168608 #168623: home-assistant/core#168623 #168637: home-assistant/core#168637 #168662: home-assistant/core#168662 #168812: home-assistant/core#168812 #169027: home-assistant/core#169027 #169057: home-assistant/core#169057 #169059: home-assistant/core#169059 #169066: home-assistant/core#169066 #169076: home-assistant/core#169076 [@​Danielhiversen]: https://github.com/Danielhiversen [@​KJonline]: https://github.com/KJonline [@​MohamedBarrak3]: https://github.com/MohamedBarrak3 [@​albaintor]: https://github.com/albaintor [@​allenporter]: https://github.com/allenporter [@​bieniu]: https://github.com/bieniu [@​bramkragten]: https://github.com/bramkragten [@​chemelli74]: https://github.com/chemelli74 [@​edenhaus]: https://github.com/edenhaus [@​elupus]: https://github.com/elupus [@​frenck]: https://github.com/frenck [@​jbouwh]: https://github.com/jbouwh [@​noerstad]: https://github.com/noerstad [@​rajlaud]: https://github.com/rajlaud [alexa_devices docs]: https://www.home-assistant.io/integrations/alexa_devices/ [frontend docs]: https://www.home-assistant.io/integrations/frontend/

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [homeassistant](https://github.com/home-assistant/core) to permit the latest version.
- [Release notes](https://github.com/home-assistant/core/releases)
- [Commits](home-assistant/core@2023.9.0...2026.4.4)

---
updated-dependencies:
- dependency-name: homeassistant
  dependency-version: 2026.4.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: dsorlov. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

DSorlov added a commit that referenced this pull request Jul 15, 2026
Config/entities:
- Redesigned config & options flows with HA selectors and async_show_menu
- Migrate to typed ConfigEntry.runtime_data storage
- Use async_create_clientsession for the HTTP session lifecycle
- Offload JSON/HTML/XML parsing to the executor
- Use typed DeviceInfo; remove redundant entity overrides
- Fix invalid device_class stored when "none" was selected

Packaging/CI:
- Bump minimum Home Assistant to 2026.4.4; drop aiohttp requirement
- Align tooling/CI to Python 3.12/3.13
- Bump actions/checkout to v7 and dev dependencies (#43, #48, #50, #51, #52, #53)

Translations:
- Add 18 languages and convert all locales to the new menu-based structure (#41)

Untrack committed .DS_Store
@DSorlov

DSorlov commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Applied in v1.2.0. Closing as included.

@DSorlov DSorlov closed this Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/homeassistant-gte-2026.4.4 branch July 15, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant