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

Variables

 Final
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the LaMetric integration.

Variable Documentation

◆ Final

homeassistant.components.lametric.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 18 of file const.py.

◆ PLATFORMS

list homeassistant.components.lametric.const.PLATFORMS
Initial value:
1 = [
2  Platform.BUTTON,
3  Platform.NUMBER,
4  Platform.SELECT,
5  Platform.SENSOR,
6  Platform.SWITCH,
7 ]

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.lametric.const.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 19 of file const.py.