Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.qwikswitch
 

Functions

bool homeassistant.components.qwikswitch.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.qwikswitch._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.qwikswitch.CONF_BUTTON_EVENTS = "button_events"
 
string homeassistant.components.qwikswitch.CONF_DIMMER_ADJUST = "dimmer_adjust"
 
 homeassistant.components.qwikswitch.CONFIG_SCHEMA
 
 homeassistant.components.qwikswitch.CV_DIM_VALUE = vol.All(vol.Coerce(float), vol.Range(min=1, max=3))
 
string homeassistant.components.qwikswitch.DOMAIN = "qwikswitch"