Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.egardia
 

Functions

bool homeassistant.components.egardia.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.egardia._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.egardia.ATTR_DISCOVER_DEVICES = "egardia_sensor"
 
string homeassistant.components.egardia.CONF_REPORT_SERVER_CODES = "report_server_codes"
 
string homeassistant.components.egardia.CONF_REPORT_SERVER_ENABLED = "report_server_enabled"
 
string homeassistant.components.egardia.CONF_REPORT_SERVER_PORT = "report_server_port"
 
string homeassistant.components.egardia.CONF_VERSION = "version"
 
 homeassistant.components.egardia.CONFIG_SCHEMA
 
string homeassistant.components.egardia.DEFAULT_NAME = "Egardia"
 
int homeassistant.components.egardia.DEFAULT_PORT = 80
 
bool homeassistant.components.egardia.DEFAULT_REPORT_SERVER_ENABLED = False
 
int homeassistant.components.egardia.DEFAULT_REPORT_SERVER_PORT = 52010
 
string homeassistant.components.egardia.DEFAULT_VERSION = "GATE-01"
 
string homeassistant.components.egardia.DOMAIN = "egardia"
 
string homeassistant.components.egardia.EGARDIA_DEVICE = "egardiadevice"
 
string homeassistant.components.egardia.EGARDIA_NAME = "egardianame"
 
string homeassistant.components.egardia.EGARDIA_REPORT_SERVER_CODES = "egardia_rs_codes"
 
string homeassistant.components.egardia.EGARDIA_REPORT_SERVER_ENABLED = "egardia_rs_enabled"
 
string homeassistant.components.egardia.EGARDIA_SERVER = "egardia_server"
 
string homeassistant.components.egardia.NOTIFICATION_ID = "egardia_notification"
 
string homeassistant.components.egardia.NOTIFICATION_TITLE = "Egardia"
 
string homeassistant.components.egardia.REPORT_SERVER_CODES_IGNORE = "ignore"
 
 homeassistant.components.egardia.SERVER_CODE_SCHEMA