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

Variables

string COORDINATOR = "coordinator"
 
string COORDINATORS = "coordinators"
 
string DATA_DISCOVERY_SERVICE = "refoss_discovery"
 
int DISCOVERY_SCAN_INTERVAL = 30
 
int DISCOVERY_TIMEOUT = 8
 
string DISPATCH_DEVICE_DISCOVERED = "refoss_device_discovered"
 
string DISPATCHERS = "dispatchers"
 
string DOMAIN = "refoss"
 
 Logger
 
int MAX_ERRORS = 2
 
string SENSOR_EM = "em"
 

Detailed Description

const.

Variable Documentation

◆ COORDINATOR

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

Definition at line 19 of file const.py.

◆ COORDINATORS

string homeassistant.components.refoss.const.COORDINATORS = "coordinators"

Definition at line 9 of file const.py.

◆ DATA_DISCOVERY_SERVICE

string homeassistant.components.refoss.const.DATA_DISCOVERY_SERVICE = "refoss_discovery"

Definition at line 11 of file const.py.

◆ DISCOVERY_SCAN_INTERVAL

int homeassistant.components.refoss.const.DISCOVERY_SCAN_INTERVAL = 30

Definition at line 13 of file const.py.

◆ DISCOVERY_TIMEOUT

int homeassistant.components.refoss.const.DISCOVERY_TIMEOUT = 8

Definition at line 14 of file const.py.

◆ DISPATCH_DEVICE_DISCOVERED

string homeassistant.components.refoss.const.DISPATCH_DEVICE_DISCOVERED = "refoss_device_discovered"

Definition at line 15 of file const.py.

◆ DISPATCHERS

string homeassistant.components.refoss.const.DISPATCHERS = "dispatchers"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 18 of file const.py.

◆ Logger

homeassistant.components.refoss.const.Logger

Definition at line 7 of file const.py.

◆ MAX_ERRORS

int homeassistant.components.refoss.const.MAX_ERRORS = 2

Definition at line 21 of file const.py.

◆ SENSOR_EM

string homeassistant.components.refoss.const.SENSOR_EM = "em"

Definition at line 24 of file const.py.