Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
hub_pairing.cpp File Reference

Thin hub wrapper delegating all pairing logic to PairingEngine. More...

#include "hub_pairing.h"
#include "hub_internal.h"
Include dependency graph for hub_pairing.cpp:

Go to the source code of this file.

Namespaces

namespace  esphome
namespace  esphome::home_io_control

Detailed Description

Thin hub wrapper delegating all pairing logic to PairingEngine.

All pairing implementation lives in pairing_engine.cpp. This file provides only the IOHomeControlComponent::discover_and_pair() implementation which manages the hub's busy_ flag and delegates to pairing_engine_.

Definition in file hub_pairing.cpp.