Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.statsd
 

Functions

bool homeassistant.components.statsd.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.statsd._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.statsd.CONF_ATTR = "log_attributes"
 
string homeassistant.components.statsd.CONF_RATE = "rate"
 
string homeassistant.components.statsd.CONF_VALUE_MAP = "value_mapping"
 
 homeassistant.components.statsd.CONFIG_SCHEMA
 
string homeassistant.components.statsd.DEFAULT_HOST = "localhost"
 
int homeassistant.components.statsd.DEFAULT_PORT = 8125
 
string homeassistant.components.statsd.DEFAULT_PREFIX = "hass"
 
int homeassistant.components.statsd.DEFAULT_RATE = 1
 
string homeassistant.components.statsd.DOMAIN = "statsd"