Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ads
 

Functions

bool homeassistant.components.ads.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.ads._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.ads.ADS_TYPEMAP
 
string homeassistant.components.ads.CONF_ADS_FACTOR = "factor"
 
string homeassistant.components.ads.CONF_ADS_TYPE = "adstype"
 
string homeassistant.components.ads.CONF_ADS_VALUE = "value"
 
 homeassistant.components.ads.CONFIG_SCHEMA
 
 homeassistant.components.ads.SCHEMA_SERVICE_WRITE_DATA_BY_NAME
 
string homeassistant.components.ads.SERVICE_WRITE_DATA_BY_NAME = "write_data_by_name"