Namespaces | |
| binary_sensor | |
| const | |
| cover | |
| entity | |
| hub | |
| light | |
| select | |
| sensor | |
| switch | |
| valve | |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | ADS_TYPEMAP |
| string | CONF_ADS_FACTOR = "factor" |
| string | CONF_ADS_TYPE = "adstype" |
| string | CONF_ADS_VALUE = "value" |
| CONFIG_SCHEMA | |
| SCHEMA_SERVICE_WRITE_DATA_BY_NAME | |
| string | SERVICE_WRITE_DATA_BY_NAME = "write_data_by_name" |
Support for Automation Device Specification (ADS).
| bool homeassistant.components.ads.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the ADS component.
Definition at line 73 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.
| dictionary homeassistant.components.ads.ADS_TYPEMAP |
Definition at line 24 of file __init__.py.
| string homeassistant.components.ads.CONF_ADS_FACTOR = "factor" |
Definition at line 44 of file __init__.py.
| string homeassistant.components.ads.CONF_ADS_TYPE = "adstype" |
Definition at line 45 of file __init__.py.
| string homeassistant.components.ads.CONF_ADS_VALUE = "value" |
Definition at line 46 of file __init__.py.
| homeassistant.components.ads.CONFIG_SCHEMA |
Definition at line 51 of file __init__.py.
| homeassistant.components.ads.SCHEMA_SERVICE_WRITE_DATA_BY_NAME |
Definition at line 64 of file __init__.py.
| string homeassistant.components.ads.SERVICE_WRITE_DATA_BY_NAME = "write_data_by_name" |
Definition at line 49 of file __init__.py.