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

Variables

dictionary ALL_ITEM_KINDS
 
string CONF_SCAN_INTERVAL = "polling_interval"
 
string COORDINATOR = "coordinator"
 
int DEFAULT_PH_OFFSET = 0
 
int DEFAULT_SCAN_INTERVAL = 6
 
string DOMAIN = "omnilogic"
 
string OMNI_API = "omni_api"
 
dictionary PUMP_TYPES
 

Detailed Description

Constants for the Omnilogic integration.

Variable Documentation

◆ ALL_ITEM_KINDS

dictionary homeassistant.components.omnilogic.const.ALL_ITEM_KINDS
Initial value:
1 = {
2  "BOWS",
3  "Filter",
4  "Heaters",
5  "Chlorinator",
6  "CSAD",
7  "Lights",
8  "Relays",
9  "Pumps",
10 }

Definition at line 19 of file const.py.

◆ CONF_SCAN_INTERVAL

string homeassistant.components.omnilogic.const.CONF_SCAN_INTERVAL = "polling_interval"

Definition at line 4 of file const.py.

◆ COORDINATOR

string homeassistant.components.omnilogic.const.COORDINATOR = "coordinator"

Definition at line 7 of file const.py.

◆ DEFAULT_PH_OFFSET

int homeassistant.components.omnilogic.const.DEFAULT_PH_OFFSET = 0

Definition at line 6 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.omnilogic.const.DEFAULT_SCAN_INTERVAL = 6

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ OMNI_API

string homeassistant.components.omnilogic.const.OMNI_API = "omni_api"

Definition at line 8 of file const.py.

◆ PUMP_TYPES

dictionary homeassistant.components.omnilogic.const.PUMP_TYPES
Initial value:
1 = {
2  "FMT_VARIABLE_SPEED_PUMP": "VARIABLE",
3  "FMT_SINGLE_SPEED": "SINGLE",
4  "FMT_DUAL_SPEED": "DUAL",
5  "PMP_VARIABLE_SPEED_PUMP": "VARIABLE",
6  "PMP_SINGLE_SPEED": "SINGLE",
7  "PMP_DUAL_SPEED": "DUAL",
8 }

Definition at line 10 of file const.py.