Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.watson_iot Namespace Reference

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
 

Detailed Description

Support for the IBM Watson IoT Platform.

Function Documentation

◆ setup()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.watson_iot._LOGGER = logging.getLogger(__name__)
private

Definition at line 30 of file __init__.py.

◆ CONF_ORG

string homeassistant.components.watson_iot.CONF_ORG = "organization"

Definition at line 32 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.watson_iot.CONFIG_SCHEMA

Definition at line 40 of file __init__.py.

◆ DOMAIN

string homeassistant.components.watson_iot.DOMAIN = "watson_iot"

Definition at line 34 of file __init__.py.

◆ MAX_TRIES

int homeassistant.components.watson_iot.MAX_TRIES = 3

Definition at line 36 of file __init__.py.

◆ RETRY_DELAY

int homeassistant.components.watson_iot.RETRY_DELAY = 20

Definition at line 38 of file __init__.py.