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

Variables

string CONF_AREAS = "areas"
 
string DEFAULT_NAME = "Nord Pool"
 
int DEFAULT_SCAN_INTERVAL = 60
 
string DOMAIN = "nordpool"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Constants for Nord Pool.

Variable Documentation

◆ CONF_AREAS

string homeassistant.components.nordpool.const.CONF_AREAS = "areas"

Definition at line 14 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.nordpool.const.DEFAULT_NAME = "Nord Pool"

Definition at line 12 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.nordpool.const.DEFAULT_SCAN_INTERVAL = 60

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 10 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.

◆ PLATFORMS

list homeassistant.components.nordpool.const.PLATFORMS = [Platform.SENSOR]

Definition at line 11 of file const.py.