-
-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Add infrared receiver entity #169110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add infrared receiver entity #169110
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
62dc48d
Add infrared receiver entity
abmantis 4086d43
Minor improvements; update kitchen_sink
abmantis 7eeea90
Update integrations
abmantis 5d65d3e
Merge branch 'dev' of github.com:home-assistant/core into ir_receiver
abmantis 49ab12c
Update broadlink
abmantis 7e7590c
Address Copilot feedback
abmantis 309afb3
RestoreEntity + tests
abmantis a9bcf42
Lazy init __signal_callbacks
abmantis 7a7b0e2
Update kitchen_sink
abmantis 2b65c8c
Fix subscription; update test
abmantis 07f1ce7
Merge branch 'dev' into ir_receiver
abmantis c6f8d9e
Merge branch 'dev' of github.com:home-assistant/core into ir_receiver
abmantis b03ab00
Fix deprecated_class to work with inheritance
abmantis e9b36fa
Address review feedback
abmantis 82378b3
Merge branch 'dev' into ir_receiver and resolve conflicts
Copilot f3350dd
Guard agasint no-emitter kitchen sink fan
abmantis e8a3e54
Decode raw timings in kitchen sink event
abmantis 6dceaba
Update common IR fixtures to new naming
abmantis 0843c5c
Update homeassistant/components/infrared/__init__.py
abmantis fe07b05
Update homeassistant/components/infrared/__init__.py
abmantis c0e6dc8
Potential fix for pull request finding
abmantis 7010964
Fix deprecated entity tests
abmantis fe00883
Add tests
abmantis 6fbc239
Use common mocks
abmantis c7f116d
Fix case
abmantis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,9 @@ | |
| "entity_component": { | ||
| "_": { | ||
| "default": "mdi:led-on" | ||
| }, | ||
| "receiver": { | ||
| "default": "mdi:led-off" | ||
| } | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,21 @@ | ||
| { | ||
| "entity_component": { | ||
| "_": { | ||
| "name": "Infrared emitter" | ||
| }, | ||
|
abmantis marked this conversation as resolved.
|
||
| "receiver": { | ||
| "name": "Infrared receiver" | ||
| } | ||
| }, | ||
| "exceptions": { | ||
| "component_not_loaded": { | ||
| "message": "Infrared component not loaded" | ||
| }, | ||
| "entity_not_found": { | ||
| "message": "Infrared entity `{entity_id}` not found" | ||
| }, | ||
| "receiver_not_found": { | ||
| "message": "Infrared receiver entity `{entity_id}` not found" | ||
| } | ||
| } | ||
| } | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.