Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "thingspeak" |
| int | TIMEOUT = 5 |
Support for submitting data to Thingspeak.
| bool homeassistant.components.thingspeak.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Thingspeak environment.
Definition at line 41 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.
| homeassistant.components.thingspeak.CONFIG_SCHEMA |
Definition at line 27 of file __init__.py.
| string homeassistant.components.thingspeak.DOMAIN = "thingspeak" |
Definition at line 23 of file __init__.py.
| int homeassistant.components.thingspeak.TIMEOUT = 5 |
Definition at line 25 of file __init__.py.