|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
ESPHome lock platform schema and code generation. More...
Go to the source code of this file.
Namespaces | |
| namespace | home_io_control |
| namespace | home_io_control.lock |
Functions | |
| home_io_control.lock._inject_companion_ids (config) | |
| home_io_control.lock.to_code (config) | |
Variables | |
| list | home_io_control.lock.DEPENDENCIES = ["home_io_control"] |
| home_io_control.lock.IOHomeLock = home_io_control_ns.class_("IOHomeLock", lock.Lock, cg.Component) | |
| home_io_control.lock.CONFIG_SCHEMA | |
ESPHome lock platform schema and code generation.
Defines the experimental IO-Homecontrol lock integration and wires it to the shared hub. Shared device-binding logic lives in platform_common.py; only lock-specific entity construction/registration stays here.
Definition in file lock.py.