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" |
Constants for the Fast.com integration.
| string homeassistant.components.fastdotcom.const.CONF_MANUAL = "manual" |
| string homeassistant.components.fastdotcom.const.DATA_UPDATED = f"{DOMAIN}_data_updated" |
| int homeassistant.components.fastdotcom.const.DEFAULT_INTERVAL = 1 |
| string homeassistant.components.fastdotcom.const.DEFAULT_NAME = "Fast.com" |
| string homeassistant.components.fastdotcom.const.DOMAIN = "fastdotcom" |
| homeassistant.components.fastdotcom.const.LOGGER = logging.getLogger(__package__) |