Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mqtt_statestream
 

Functions

bool homeassistant.components.mqtt_statestream.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.mqtt_statestream._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mqtt_statestream.CONF_BASE_TOPIC = "base_topic"
 
string homeassistant.components.mqtt_statestream.CONF_PUBLISH_ATTRIBUTES = "publish_attributes"
 
string homeassistant.components.mqtt_statestream.CONF_PUBLISH_TIMESTAMPS = "publish_timestamps"
 
 homeassistant.components.mqtt_statestream.CONFIG_SCHEMA
 
string homeassistant.components.mqtt_statestream.DOMAIN = "mqtt_statestream"