Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_INPUTNODE = "inputnode" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "emoncms_history" |
Support for sending data to Emoncms.
| bool homeassistant.components.emoncms_history.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Emoncms history component.
Definition at line 46 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| string homeassistant.components.emoncms_history.CONF_INPUTNODE = "inputnode" |
Definition at line 28 of file __init__.py.
| homeassistant.components.emoncms_history.CONFIG_SCHEMA |
Definition at line 30 of file __init__.py.
| string homeassistant.components.emoncms_history.DOMAIN = "emoncms_history" |
Definition at line 27 of file __init__.py.