Bump infrared-protocols to 5.1.0#170365
Merged
Merged
Conversation
Contributor
|
Hey there @home-assistant/core, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Home Assistant Core dependency pin for infrared-protocols to pull in the latest upstream IR protocol/code definitions used by the Infrared integration.
Changes:
- Bump
infrared-protocolsfrom4.0.0to5.1.0. - Update the Infrared integration manifest requirement to match the new pin.
- Regenerate/update derived requirements files to reflect the new version.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements.txt | Updates the core dependency pin for infrared-protocols to 5.1.0. |
| requirements_all.txt | Updates the generated “all integrations” requirements pin for infrared-protocols. |
| requirements_test_all.txt | Updates the generated test requirements pin for infrared-protocols. |
| homeassistant/components/infrared/manifest.json | Updates the Infrared integration’s pinned requirement to infrared-protocols==5.1.0. |
balloob
approved these changes
May 12, 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
Changes in infrared-protocols 5.1.0
The update from 4.0.0 to 5.1.0 includes:
These new codes enable more comprehensive TV control in the Samsung Infrared integration.
home-assistant-libs/infrared-protocols@4.0.0...5.1.0
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: