Skip to content

Update RFLink binary_sensor examples #37024

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

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions source/_integrations/rflink.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,26 @@ binary_sensor:
off_delay: 5
```

Configuring binary sensors from RFLink events

```yaml
# Example configuration.yaml entry
binary_sensor:
- platform: rflink
devices:
oregontemp_4f93_bat:
name: Outdoor sensor battery
device_class: battery
pir_00aa66_01:
name: PIR Outdoor
device_class: presence
off_delay: 5
smokealert_00123456_01:
name: Smoke Outdoor
device_class: smoke
off_delay: 10
```

## Cover

After configuring the RFLink hub, covers will be automatically discovered and added. Except the Somfy RTS devices.
Expand Down