Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
home_io_control.lock Namespace Reference

Functions

 _inject_companion_ids (config)
 to_code (config)

Variables

list DEPENDENCIES = ["home_io_control"]
 IOHomeLock = home_io_control_ns.class_("IOHomeLock", lock.Lock, cg.Component)
 CONFIG_SCHEMA

Function Documentation

◆ _inject_companion_ids()

home_io_control.lock._inject_companion_ids ( config)
protected

Definition at line 28 of file lock.py.

◆ to_code()

home_io_control.lock.to_code ( config)

Definition at line 40 of file lock.py.

Variable Documentation

◆ CONFIG_SCHEMA

home_io_control.lock.CONFIG_SCHEMA
Initial value:
1= cv.All(
2 lock.lock_schema(IOHomeLock)
3 .extend(platform_schema_extension())
4 .extend(cv.COMPONENT_SCHEMA),
5 _inject_companion_ids,
6)

Definition at line 32 of file lock.py.

◆ DEPENDENCIES

list home_io_control.lock.DEPENDENCIES = ["home_io_control"]

Definition at line 23 of file lock.py.

◆ IOHomeLock

home_io_control.lock.IOHomeLock = home_io_control_ns.class_("IOHomeLock", lock.Lock, cg.Component)

Definition at line 25 of file lock.py.