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

Variables

string DOMAIN = "technove"
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(seconds=5)
 

Detailed Description

Constants for the TechnoVE integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ LOGGER

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

Definition at line 8 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.technove.const.SCAN_INTERVAL = timedelta(seconds=5)

Definition at line 9 of file const.py.