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

Variables

string CONF_SYSTEM_ID = "system_id"
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.SENSOR]
 
 SCAN_INTERVAL = timedelta(minutes=2)
 

Detailed Description

Constants for the PVOutput integration.

Variable Documentation

◆ CONF_SYSTEM_ID

string homeassistant.components.pvoutput.const.CONF_SYSTEM_ID = "system_id"

Definition at line 18 of file const.py.

◆ Final

homeassistant.components.pvoutput.const.Final

Definition at line 11 of file const.py.

◆ LOGGER

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

Definition at line 14 of file const.py.

◆ PLATFORMS

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

Definition at line 12 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.pvoutput.const.SCAN_INTERVAL = timedelta(minutes=2)

Definition at line 15 of file const.py.