Skip to content

Bump axis to v71#170347

Merged
frenck merged 2 commits into
home-assistant:devfrom
Kane610:axis-bump_to_v71
May 11, 2026
Merged

Bump axis to v71#170347
frenck merged 2 commits into
home-assistant:devfrom
Kane610:axis-bump_to_v71

Conversation

@Kane610
Copy link
Copy Markdown
Member

@Kane610 Kane610 commented May 11, 2026

Breaking change

Proposed change

some data types differ between RTSP and Websocket events
Kane610/axis@v70...v71

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

@Kane610 Kane610 added this to the 2026.5.2 milestone May 11, 2026
Copilot AI review requested due to automatic review settings May 11, 2026 18:49
@home-assistant home-assistant Bot added bugfix cla-signed dependency Pull requests marked as a dependency upgrade integration: axis small-pr PRs with less than 30 lines. by-code-owner Quality Scale: No score labels May 11, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Axis integration’s upstream axis PyPI dependency to v71 to incorporate upstream fixes (notably around RTSP vs WebSocket event data typing differences) that relate to reported AOA activity regressions.

Changes:

  • Bump axis dependency from 70 to 71 in the Axis integration manifest.
  • Regenerate/update pinned dependency entries for axis in requirements_all.txt and requirements_test_all.txt.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
homeassistant/components/axis/manifest.json Updates integration requirement to axis==71.
requirements_all.txt Updates generated/pinned dependency entry to axis==71.
requirements_test_all.txt Updates generated/pinned dependency entry to axis==71.

Copy link
Copy Markdown
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh hi there @Kane610 👋

There seems to be an CI issue on the PR. Could you take a look?

../Frenck

                       

Blogging my personal ramblings at frenck.dev

@home-assistant home-assistant Bot marked this pull request as draft May 11, 2026 19:26
@home-assistant
Copy link
Copy Markdown
Contributor

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@Kane610
Copy link
Copy Markdown
Member Author

Kane610 commented May 11, 2026

is tripped would fail on any value not being equal to "1" so it was actually faulty for a long time
is_tripped=value == TOPIC_TO_STATE.get(topic_base, "1"),

@Kane610 Kane610 marked this pull request as ready for review May 11, 2026 20:03
Copilot AI review requested due to automatic review settings May 11, 2026 20:03
@home-assistant home-assistant Bot requested a review from frenck May 11, 2026 20:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@frenck frenck merged commit aad9648 into home-assistant:dev May 11, 2026
52 checks passed
lmaertin pushed a commit to lmaertin/homeassistant-core that referenced this pull request May 11, 2026
raman325 added a commit to raman325/home-assistant that referenced this pull request May 12, 2026
…-timer

* upstream/dev:
  Bump infrared-protocols to 5.1.0 (home-assistant#170365)
  Clean up template engine after extension modularization (home-assistant#170346)
  Bump axis to v71 (home-assistant#170347)
  Enhance WebDAV metadata download with concurrency (home-assistant#170223)
  Add target temperature sensor for ViCare RadiatorActuator devices (home-assistant#170102)
  Bump pyzbar to 0.1.9 (home-assistant#170076)
  homematicip_cloud: fix HmIP-FLC lock state polarity (home-assistant#170159)
  Watts: add timer mode service (home-assistant#169846)
  Set parallel updates for Ecowitt platforms (home-assistant#170349)
  Add config flow to Avea (home-assistant#168070)
  Cleanup Eurotronic number platform (home-assistant#170337)
  Add number platform to eurotronic_cometblue (home-assistant#168119)
@Kane610 Kane610 deleted the axis-bump_to_v71 branch May 12, 2026 06:11
@Kane610
Copy link
Copy Markdown
Member Author

Kane610 commented May 12, 2026

Thanks @frenck 🎉

@github-actions github-actions Bot locked and limited conversation to collaborators May 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No more AOA activity since the update

3 participants