-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add Radio Frequency integration #44828
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
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| --- | ||
| title: Radio Frequency | ||
| description: Instructions on how to use radio frequency entities in Home Assistant. | ||
| ha_category: | ||
| - Radio Frequency | ||
| ha_release: 2026.5 | ||
| ha_quality_scale: internal | ||
| ha_domain: radio_frequency | ||
| ha_codeowners: | ||
| - '@home-assistant/core' | ||
| ha_integration_type: entity | ||
| --- | ||
|
|
||
| A radio frequency {% term entity %} represents a radio frequency transmitter device, allowing other integrations to send RF commands to control devices such as remote outlets, garage doors, string lights, and other RF-controlled appliances. | ||
|
balloob marked this conversation as resolved.
Outdated
|
||
|
|
||
| The **Radio Frequency** {% term integration %} acts as an abstraction layer between RF transmitter hardware (such as ESPHome) and device-specific integrations that provide control for RF-controlled devices. | ||
|
|
||
| {% include integrations/building_block_integration.md %} | ||
|
|
||
| ## The state of a radio frequency entity | ||
|
|
||
| The radio frequency entity is stateless in the traditional sense, as in, it cannot have a state like `on` or `off`. Instead, the state of a radio frequency entity is a timestamp showing the date and time of the last time an RF command was sent through the transmitter. | ||
|
balloob marked this conversation as resolved.
Outdated
|
||
|
|
||
| In addition, the entity can have the following states: | ||
|
|
||
| - **Unavailable**: The entity is currently unavailable. | ||
| - **Unknown**: The state is not yet known. | ||
|
|
||
| Because the {% term state %} of a radio frequency entity in Home Assistant is a timestamp, it changes every time an RF command is sent. This means we can use it to track when the transmitter was last used. The logbook can also show context about which integration or action triggered the transmission. | ||
|
|
||
| ## Setting up devices that use radio frequency | ||
|
|
||
| When setting up an integration for an RF-controlled device (such as the Honeywell String Lights), you will typically be asked to select which RF transmitter to use during the configuration process. This allows you to choose the specific radio frequency entity that is physically positioned to control your device. | ||
|
|
||
| The selected radio frequency entity must be provided by a hardware integration (such as ESPHome) that has already been set up with an RF transmitter compatible with the frequency and modulation that your device uses. | ||
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.