Namespaces | |
| binary_sensor | |
| entity | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_BUTTON_EVENTS = "button_events" |
| string | CONF_DIMMER_ADJUST = "dimmer_adjust" |
| CONFIG_SCHEMA | |
| CV_DIM_VALUE = vol.All(vol.Coerce(float), vol.Range(min=1, max=3)) | |
| string | DOMAIN = "qwikswitch" |
Support for Qwikswitch devices.
| bool homeassistant.components.qwikswitch.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Qwiskswitch component setup.
Definition at line 68 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| string homeassistant.components.qwikswitch.CONF_BUTTON_EVENTS = "button_events" |
Definition at line 32 of file __init__.py.
| string homeassistant.components.qwikswitch.CONF_DIMMER_ADJUST = "dimmer_adjust" |
Definition at line 31 of file __init__.py.
| homeassistant.components.qwikswitch.CONFIG_SCHEMA |
Definition at line 36 of file __init__.py.
| homeassistant.components.qwikswitch.CV_DIM_VALUE = vol.All(vol.Coerce(float), vol.Range(min=1, max=3)) |
Definition at line 33 of file __init__.py.
| string homeassistant.components.qwikswitch.DOMAIN = "qwikswitch" |
Definition at line 29 of file __init__.py.