Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.solaredge.const
 

Variables

string homeassistant.components.solaredge.const.CONF_SITE_ID = "site_id"
 
string homeassistant.components.solaredge.const.DEFAULT_NAME = "SolarEdge"
 
 homeassistant.components.solaredge.const.DETAILS_UPDATE_DELAY = timedelta(hours=12)
 
string homeassistant.components.solaredge.const.DOMAIN = "solaredge"
 
 homeassistant.components.solaredge.const.ENERGY_DETAILS_DELAY = timedelta(minutes=15)
 
 homeassistant.components.solaredge.const.Final
 
 homeassistant.components.solaredge.const.INVENTORY_UPDATE_DELAY = timedelta(hours=12)
 
 homeassistant.components.solaredge.const.LOGGER = logging.getLogger(__package__)
 
 homeassistant.components.solaredge.const.OVERVIEW_UPDATE_DELAY = timedelta(minutes=15)
 
 homeassistant.components.solaredge.const.POWER_FLOW_UPDATE_DELAY = timedelta(minutes=15)
 
 homeassistant.components.solaredge.const.SCAN_INTERVAL = timedelta(minutes=15)