Classes | |
| class | GraphiteFeeder |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DEFAULT_HOST = "localhost" |
| int | DEFAULT_PORT = 2003 |
| string | DEFAULT_PREFIX = "ha" |
| string | DEFAULT_PROTOCOL = PROTOCOL_TCP |
| string | DOMAIN = "graphite" |
| string | PROTOCOL_TCP = "tcp" |
| string | PROTOCOL_UDP = "udp" |
Support for sending data to a Graphite installation.
| bool homeassistant.components.graphite.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Graphite feeder.
Definition at line 53 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| homeassistant.components.graphite.CONFIG_SCHEMA |
Definition at line 36 of file __init__.py.
| string homeassistant.components.graphite.DEFAULT_HOST = "localhost" |
Definition at line 30 of file __init__.py.
| int homeassistant.components.graphite.DEFAULT_PORT = 2003 |
Definition at line 31 of file __init__.py.
| string homeassistant.components.graphite.DEFAULT_PREFIX = "ha" |
Definition at line 33 of file __init__.py.
| string homeassistant.components.graphite.DEFAULT_PROTOCOL = PROTOCOL_TCP |
Definition at line 32 of file __init__.py.
| string homeassistant.components.graphite.DOMAIN = "graphite" |
Definition at line 34 of file __init__.py.
| string homeassistant.components.graphite.PROTOCOL_TCP = "tcp" |
Definition at line 28 of file __init__.py.
| string homeassistant.components.graphite.PROTOCOL_UDP = "udp" |
Definition at line 29 of file __init__.py.