mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
add rfxtrx page
This commit is contained in:
parent
75b6362573
commit
6dc0bd80eb
23
source/components/sensor.rfxtrx.markdown
Normal file
23
source/components/sensor.rfxtrx.markdown
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "RFXtrx sensors support"
|
||||||
|
description: "Instructions how to integrate RFXtrx sensors into Home Assistant."
|
||||||
|
date: 2015-08-06 17:15
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
||||||
|
To enable the RFXtrx sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
sensor:
|
||||||
|
- platform: rfxtrx
|
||||||
|
device: PATH_TO_DEVICE
|
||||||
|
```
|
||||||
|
|
||||||
|
The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0`
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user