Skip to content

Commit 074e446

Browse files
genestealerfabaff
authored andcommitted
Update switch.rflink.markdown (home-assistant#2396)
Removed extra"_" from fire_event_
1 parent d91c7cc commit 074e446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/switch.rflink.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Configuration variables:
4343

4444
- **devices** (*Optional*): A list of devices with their name to use in the frontend.
4545
- **device_defaults**: (*Optional*)
46-
- **fire_event_** (*Optional*): Set default `fire_event` for RFLink switch devices (see below).
46+
- **fire_event** (*Optional*): Set default `fire_event` for RFLink switch devices (see below).
4747
- **signal_repetitions** (*Optional*): Set default `signal_repetitions` for RFLink switch devices (see below).
4848

4949
Device configuration variables:
5050

5151
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
5252
- **aliasses** (*Optional*): Alternative RFLink ID's this device is known by.
53-
- **fire_event_** (*Optional*): Fire an `button_pressed` event if this device is turned on or off (default: False).
53+
- **fire_event** (*Optional*): Fire an `button_pressed` event if this device is turned on or off (default: False).
5454
- **signal_repetitions** (*Optional*): Repeat every RFLink command this number of times (default: 1)
5555

5656
### {% linkable_title Switch state %}

0 commit comments

Comments
 (0)