How to add rf devices to HA?

Now i can see srfb gateway with auto disovery feautre of HA.

How can i add my rf devices?

It depends on what devices you have.
You can start here and search the HA forums.

I don’t use SRFB, and my light switch looks like this

  - platform: mqtt
    name: "ground floor hall"
    icon: mdi:ceiling-light
    state_topic: "stat/DVES_95254A/POWER"
    command_topic: "home/sonoff/DVES_95254A/cmnd/POWER"
    availability_topic: "home/sonoff/DVES_95254A/tele/LWT"
    qos: 1
    payload_on: "ON"
    payload_off: "OFF"
    payload_available: "Online"
    payload_not_available: "Offline"
    retain: false
1 Like