Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google_pubsub.DateTimeJSONEncoder
 

Namespaces

 homeassistant.components.google_pubsub
 

Functions

bool homeassistant.components.google_pubsub.setup (HomeAssistant hass, ConfigType yaml_config)
 

Variables

 homeassistant.components.google_pubsub._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.google_pubsub.CONF_FILTER = "filter"
 
string homeassistant.components.google_pubsub.CONF_PROJECT_ID = "project_id"
 
string homeassistant.components.google_pubsub.CONF_SERVICE_PRINCIPAL = "credentials_json"
 
string homeassistant.components.google_pubsub.CONF_TOPIC_NAME = "topic_name"
 
 homeassistant.components.google_pubsub.CONFIG_SCHEMA
 
string homeassistant.components.google_pubsub.DOMAIN = "google_pubsub"