mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Rfxtrx/siren (#21792)
* Add mention of siren * Adjust docs for delete * Correct casing * Update source/_integrations/rfxtrx.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update source/_integrations/rfxtrx.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
5598ad912d
commit
eaf588564e
@ -8,6 +8,7 @@ ha_category:
|
||||
- Switch
|
||||
- Binary Sensor
|
||||
- Sensor
|
||||
- Siren
|
||||
ha_iot_class: Local Push
|
||||
ha_release: pre 0.7
|
||||
ha_config_flow: true
|
||||
@ -22,6 +23,7 @@ ha_platforms:
|
||||
- light
|
||||
- sensor
|
||||
- switch
|
||||
- siren
|
||||
---
|
||||
|
||||
The RFXtrx integration supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com), which communicate in the frequency range of 433.92 MHz.
|
||||
@ -33,6 +35,7 @@ There is currently support for the following device types within Home Assistant:
|
||||
- [Switch](#switches)
|
||||
- [Sensor](#sensors)
|
||||
- [Binary Sensor](#binary-sensors)
|
||||
- [Siren](#sirens)
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
@ -96,6 +99,10 @@ Also, several switches and other devices will also expose sensor entities with b
|
||||
|
||||
The RFXtrx integration support binary sensors that communicate in the frequency range of 433.92 MHz. The RFXtrx binary sensor integration provides support for them. Many cheap sensors available on the web today are based on a particular RF chip called *PT-2262*. Depending on the running firmware on the RFXcom box, some of them may be recognized under the X10 protocol, but most of them are recognized under the *Lighting4* protocol. The RFXtrx binary sensor integration provides some special options for them, while other RFXtrx protocols should work too.
|
||||
|
||||
#### Sirens
|
||||
|
||||
The RFXtrx integration supports siren entities for a few types of security systems and chimes. This entity allows triggering the chime or siren from Home Assistant as well as monitoring their status. Most of the chimes and security systems need a configured off-delay to work correctly since they only transmit when active.
|
||||
|
||||
### Add a device by event code
|
||||
|
||||
To manually add a device, in the options window, an event code can be added in the field *Enter event code to add*.
|
||||
@ -221,7 +228,7 @@ Some battery-powered devices send commands or data with a randomly generated id.
|
||||
|
||||
### Delete device
|
||||
|
||||
To delete device(s) from the configuration, select one or more devices under *Select device to delete*. Press *Submit* to delete the selected devices.
|
||||
To delete device(s) from the configuration, select the delete button on the device info page.
|
||||
|
||||
## Events
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user