mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
RFLink now supports * and ? anywhere in ignore_devices strings (#11559)
This commit is contained in:
parent
0bcc774d96
commit
c903c60eee
@ -48,7 +48,7 @@ wait_for_ack:
|
||||
default: true
|
||||
type: boolean
|
||||
ignore_devices:
|
||||
description: List of device id's to ignore. Supports wildcards (`*`) at the end.
|
||||
description: List of device id's to ignore. Supports wildcards (`*`, `?`).
|
||||
required: false
|
||||
type: [list, string]
|
||||
reconnect_interval:
|
||||
@ -137,10 +137,6 @@ rflink:
|
||||
|
||||
This configuration will ignore the button `1` of the `newkaku` device with ID `000001`, all devices of the `digitech` protocol and all switches of the `kaku` protocol device with codewheel ID `1`.
|
||||
|
||||
<div class='note'>
|
||||
Wildcards only work at the end of the ID, not in the middle or front!
|
||||
</div>
|
||||
|
||||
### Device support
|
||||
|
||||
Even though a lot of devices are supported by RFLink, not all have been tested/implemented. If you have a device supported by RFLink but not by this integration please consider testing and adding support yourself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user