You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrate/home_assistant.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,12 @@ mqtt:
74
74
75
75
Alternatively the rssi signal could be used also.
76
76
77
-
The gateway device also exposes an `RTL_433: Whitelist` switch through MQTT discovery. When the whitelist switch is enabled, only matching RTL_433 devices are published to MQTT and discovered as Home Assistant entities. The whitelist entries can be edited from the OpenMQTTGateway WebUI RF configuration page or with MQTT commands.
77
+
The gateway device also exposes RTL_433 whitelist controls through MQTT discovery:
78
+
79
+
- `RTL_433: Whitelist`, a switch to enable or disable the filter
80
+
- `RTL_433: Whitelist 1` to `RTL_433: Whitelist 5`, text fields containing accepted device identifiers
81
+
82
+
When the whitelist switch is enabled, only matching RTL_433 devices are published to MQTT and discovered as Home Assistant entities. The same whitelist can also be edited from the OpenMQTTGateway WebUI RF configuration page. Changes made from either Home Assistant or the WebUI are saved on the gateway and published back in the SYS state topic.
78
83
79
84
### RF (RCSwitch based gateway) Auto discovery specificity
80
85
With OpenMQTTGateway [configured to receive RF signals](../setitup/rf.html) messages are transmitted accordingly.
0 commit comments