mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
ignore_devices:
|
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
|
required: false
|
||||||
type: [list, string]
|
type: [list, string]
|
||||||
reconnect_interval:
|
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`.
|
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
|
### 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.
|
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