mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
rflink: Add hint about which configuration file is used (#16360)
This commit is contained in:
parent
fc9628c276
commit
1a71145501
@ -122,6 +122,7 @@ In order to have your devices discovered automatically, you need to add the foll
|
|||||||
When pressing the button on the physical remote, RFLink detects the signal and the device should be added automatically to Home Assistant.
|
When pressing the button on the physical remote, RFLink detects the signal and the device should be added automatically to Home Assistant.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
- platform: rflink
|
- platform: rflink
|
||||||
automatic_add: true
|
automatic_add: true
|
||||||
@ -173,6 +174,7 @@ If you find a device is recognized differently, with different protocols or the
|
|||||||
For debugging purposes or context when investigating issues you can enable debug logging for RFLink with the following configuration snippet:
|
For debugging purposes or context when investigating issues you can enable debug logging for RFLink with the following configuration snippet:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
logger:
|
logger:
|
||||||
default: error
|
default: error
|
||||||
logs:
|
logs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user