Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | BLOCKED_EVENTS |
| string | CONF_IGNORE_EVENT = "ignore_event" |
| string | CONF_PUBLISH_EVENTSTREAM_RECEIVED = "publish_eventstream_received" |
| string | CONF_PUBLISH_TOPIC = "publish_topic" |
| string | CONF_SUBSCRIBE_TOPIC = "subscribe_topic" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "mqtt_eventstream" |
Connect two Home Assistant instances via MQTT.
| bool homeassistant.components.mqtt_eventstream.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the MQTT eventstream component.
Definition at line 59 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| list homeassistant.components.mqtt_eventstream.BLOCKED_EVENTS |
Definition at line 50 of file __init__.py.
| string homeassistant.components.mqtt_eventstream.CONF_IGNORE_EVENT = "ignore_event" |
Definition at line 32 of file __init__.py.
| string homeassistant.components.mqtt_eventstream.CONF_PUBLISH_EVENTSTREAM_RECEIVED = "publish_eventstream_received" |
Definition at line 31 of file __init__.py.
| string homeassistant.components.mqtt_eventstream.CONF_PUBLISH_TOPIC = "publish_topic" |
Definition at line 29 of file __init__.py.
| string homeassistant.components.mqtt_eventstream.CONF_SUBSCRIBE_TOPIC = "subscribe_topic" |
Definition at line 30 of file __init__.py.
| homeassistant.components.mqtt_eventstream.CONFIG_SCHEMA |
Definition at line 34 of file __init__.py.
| string homeassistant.components.mqtt_eventstream.DOMAIN = "mqtt_eventstream" |
Definition at line 28 of file __init__.py.