Classes | |
| class | DateTimeJSONEncoder |
| class | KafkaManager |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| string | CONF_FILTER = "filter" |
| string | CONF_SECURITY_PROTOCOL = "security_protocol" |
| string | CONF_TOPIC = "topic" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "apache_kafka" |
Support for Apache Kafka.
| bool homeassistant.components.apache_kafka.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Activate the Apache Kafka integration.
Definition at line 52 of file __init__.py.
| string homeassistant.components.apache_kafka.CONF_FILTER = "filter" |
Definition at line 28 of file __init__.py.
| string homeassistant.components.apache_kafka.CONF_SECURITY_PROTOCOL = "security_protocol" |
Definition at line 30 of file __init__.py.
| string homeassistant.components.apache_kafka.CONF_TOPIC = "topic" |
Definition at line 29 of file __init__.py.
| homeassistant.components.apache_kafka.CONFIG_SCHEMA |
Definition at line 32 of file __init__.py.
| string homeassistant.components.apache_kafka.DOMAIN = "apache_kafka" |
Definition at line 26 of file __init__.py.