Classes | |
| class | DateTimeJSONEncoder |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType yaml_config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_FILTER = "filter" |
| string | CONF_PROJECT_ID = "project_id" |
| string | CONF_SERVICE_PRINCIPAL = "credentials_json" |
| string | CONF_TOPIC_NAME = "topic_name" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "google_pubsub" |
Support for Google Cloud Pub/Sub.
| bool homeassistant.components.google_pubsub.setup | ( | HomeAssistant | hass, |
| ConfigType | yaml_config | ||
| ) |
Activate Google Pub/Sub component.
Definition at line 43 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| string homeassistant.components.google_pubsub.CONF_FILTER = "filter" |
Definition at line 26 of file __init__.py.
| string homeassistant.components.google_pubsub.CONF_PROJECT_ID = "project_id" |
Definition at line 23 of file __init__.py.
| string homeassistant.components.google_pubsub.CONF_SERVICE_PRINCIPAL = "credentials_json" |
Definition at line 25 of file __init__.py.
| string homeassistant.components.google_pubsub.CONF_TOPIC_NAME = "topic_name" |
Definition at line 24 of file __init__.py.
| homeassistant.components.google_pubsub.CONFIG_SCHEMA |
Definition at line 28 of file __init__.py.
| string homeassistant.components.google_pubsub.DOMAIN = "google_pubsub" |
Definition at line 21 of file __init__.py.