Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.analytics_insights.const Namespace Reference

Variables

string CONF_TRACKED_ADDONS = "tracked_addons"
 
string CONF_TRACKED_CUSTOM_INTEGRATIONS = "tracked_custom_integrations"
 
string CONF_TRACKED_INTEGRATIONS = "tracked_integrations"
 
string DOMAIN = "analytics_insights"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Homeassistant Analytics integration.

Variable Documentation

◆ CONF_TRACKED_ADDONS

string homeassistant.components.analytics_insights.const.CONF_TRACKED_ADDONS = "tracked_addons"

Definition at line 7 of file const.py.

◆ CONF_TRACKED_CUSTOM_INTEGRATIONS

string homeassistant.components.analytics_insights.const.CONF_TRACKED_CUSTOM_INTEGRATIONS = "tracked_custom_integrations"

Definition at line 9 of file const.py.

◆ CONF_TRACKED_INTEGRATIONS

string homeassistant.components.analytics_insights.const.CONF_TRACKED_INTEGRATIONS = "tracked_integrations"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.analytics_insights.const.DOMAIN = "analytics_insights"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.analytics_insights.const.LOGGER = logging.getLogger(__package__)

Definition at line 11 of file const.py.