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

Variables

string CONF_MANUAL = "manual"
 
string DATA_UPDATED = f"{DOMAIN}_data_updated"
 
int DEFAULT_INTERVAL = 1
 
string DEFAULT_NAME = "Fast.com"
 
string DOMAIN = "fastdotcom"
 
 LOGGER = logging.getLogger(__package__)
 
string SERVICE_NAME = "speedtest"
 

Detailed Description

Constants for the Fast.com integration.

Variable Documentation

◆ CONF_MANUAL

string homeassistant.components.fastdotcom.const.CONF_MANUAL = "manual"

Definition at line 12 of file const.py.

◆ DATA_UPDATED

string homeassistant.components.fastdotcom.const.DATA_UPDATED = f"{DOMAIN}_data_updated"

Definition at line 10 of file const.py.

◆ DEFAULT_INTERVAL

int homeassistant.components.fastdotcom.const.DEFAULT_INTERVAL = 1

Definition at line 17 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.fastdotcom.const.DEFAULT_NAME = "Fast.com"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.

◆ SERVICE_NAME

string homeassistant.components.fastdotcom.const.SERVICE_NAME = "speedtest"

Definition at line 14 of file const.py.