Classes | |
| class | WatsonIOTThread |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_ORG = "organization" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "watson_iot" |
| int | MAX_TRIES = 3 |
| int | RETRY_DELAY = 20 |
Support for the IBM Watson IoT Platform.
| bool homeassistant.components.watson_iot.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Watson IoT Platform component.
Definition at line 73 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
| string homeassistant.components.watson_iot.CONF_ORG = "organization" |
Definition at line 32 of file __init__.py.
| homeassistant.components.watson_iot.CONFIG_SCHEMA |
Definition at line 40 of file __init__.py.
| string homeassistant.components.watson_iot.DOMAIN = "watson_iot" |
Definition at line 34 of file __init__.py.
| int homeassistant.components.watson_iot.MAX_TRIES = 3 |
Definition at line 36 of file __init__.py.
| int homeassistant.components.watson_iot.RETRY_DELAY = 20 |
Definition at line 38 of file __init__.py.