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

Variables

 Final
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(minutes=10)
 
dictionary SERVICE_TYPE_DEVICE_NAMES
 

Detailed Description

Constants for the EnergyZero integration.

Variable Documentation

◆ Final

homeassistant.components.energyzero.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.energyzero.const.SCAN_INTERVAL = timedelta(minutes=10)

Definition at line 11 of file const.py.

◆ SERVICE_TYPE_DEVICE_NAMES

dictionary homeassistant.components.energyzero.const.SERVICE_TYPE_DEVICE_NAMES
Initial value:
1 = {
2  "today_energy": "Energy market price",
3  "today_gas": "Gas market price",
4 }

Definition at line 14 of file const.py.