Namespaces | |
| sensor | |
Functions | |
| def | send_data (name, msg) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "dweet" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1) | |
Support for sending data to Dweet.io.
| def homeassistant.components.dweet.send_data | ( | name, | |
| msg | |||
| ) |
Send the collected data to Dweet.io.
Definition at line 75 of file __init__.py.
| bool homeassistant.components.dweet.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Dweet.io component.
Definition at line 43 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.dweet.CONFIG_SCHEMA |
Definition at line 28 of file __init__.py.
| string homeassistant.components.dweet.DOMAIN = "dweet" |
Definition at line 24 of file __init__.py.
| homeassistant.components.dweet.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1) |
Definition at line 26 of file __init__.py.