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

Variables

string DOMAIN = "nasweb"
 
string MANUFACTURER = "chomtech.pl"
 
int STATUS_UPDATE_MAX_TIME_INTERVAL = 60
 
string SUPPORT_EMAIL = "support@chomtech.eu"
 
string WEBHOOK_URL = "{internal_url}/api/webhook/{webhook_id}"
 

Detailed Description

Constants for the NASweb integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ MANUFACTURER

string homeassistant.components.nasweb.const.MANUFACTURER = "chomtech.pl"

Definition at line 4 of file const.py.

◆ STATUS_UPDATE_MAX_TIME_INTERVAL

int homeassistant.components.nasweb.const.STATUS_UPDATE_MAX_TIME_INTERVAL = 60

Definition at line 5 of file const.py.

◆ SUPPORT_EMAIL

string homeassistant.components.nasweb.const.SUPPORT_EMAIL = "support@chomtech.eu"

Definition at line 6 of file const.py.

◆ WEBHOOK_URL

string homeassistant.components.nasweb.const.WEBHOOK_URL = "{internal_url}/api/webhook/{webhook_id}"

Definition at line 7 of file const.py.