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

Functions

 _inject_companion_ids (config)
 _validate (config)
 to_code (config)

Variables

list DEPENDENCIES = ["home_io_control"]
 IOHomeLight = home_io_control_ns.class_("IOHomeLight", light.LightOutput, cg.Component)
str CONF_DIMMABLE = "dimmable"
 CONFIG_SCHEMA = cv.All(_validate, _inject_companion_ids)

Function Documentation

◆ _inject_companion_ids()

home_io_control.light._inject_companion_ids ( config)
protected

Definition at line 32 of file light.py.

◆ _validate()

home_io_control.light._validate ( config)
protected

Definition at line 37 of file light.py.

◆ to_code()

home_io_control.light.to_code ( config)

Definition at line 70 of file light.py.

Variable Documentation

◆ CONF_DIMMABLE

str home_io_control.light.CONF_DIMMABLE = "dimmable"

Definition at line 29 of file light.py.

◆ CONFIG_SCHEMA

home_io_control.light.CONFIG_SCHEMA = cv.All(_validate, _inject_companion_ids)

Definition at line 67 of file light.py.

◆ DEPENDENCIES

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

Definition at line 23 of file light.py.

◆ IOHomeLight

home_io_control.light.IOHomeLight = home_io_control_ns.class_("IOHomeLight", light.LightOutput, cg.Component)

Definition at line 25 of file light.py.