|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Button entity that triggers device discovery and pairing when pressed in Home Assistant. More...
#include <platform_hub_controls.h>
Public Member Functions | |
| void | dump_config () override |
| Public Member Functions inherited from esphome::home_io_control::HubBoundEntity | |
| void | set_parent (IOHomeControlComponent *parent) |
| Set the parent controller component. | |
Protected Member Functions | |
| void | press_action () override |
| When button is pressed, queue a discovery/pair operation. | |
Additional Inherited Members | |
| Protected Attributes inherited from esphome::home_io_control::HubBoundEntity | |
| IOHomeControlComponent * | parent_ {nullptr} |
Button entity that triggers device discovery and pairing when pressed in Home Assistant.
Definition at line 108 of file platform_hub_controls.h.
|
inlineoverride |
Definition at line 110 of file platform_hub_controls.h.
|
inlineoverrideprotected |
When button is pressed, queue a discovery/pair operation.
Definition at line 114 of file platform_hub_controls.h.