|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
ESPHome pairing-button schema and code generation. More...
Go to the source code of this file.
Namespaces | |
| namespace | home_io_control |
| namespace | home_io_control.button |
Functions | |
| home_io_control.button._inject_pairing_result_sensor_id (config) | |
| home_io_control.button.to_code (config) | |
Variables | |
| list | home_io_control.button.DEPENDENCIES = ["home_io_control"] |
| home_io_control.button.IOHomeDiscoverButton | |
| home_io_control.button.IOHomePairingResultTextSensor | |
| str | home_io_control.button.CONF_PAIRING_RESULT_SENSOR_ID = "_pairing_result_sensor_id" |
| home_io_control.button.CONFIG_SCHEMA | |
ESPHome pairing-button schema and code generation.
Exposes the Home Assistant button entity that starts device discovery and pairing, plus its companion "Last Pairing Result" diagnostic text sensor (machine-readable telemetry summary, published after every attempt).
Definition in file button.py.