|
"""Constants for the NASweb integration."""
|
|
|
|
DOMAIN = "nasweb"
|
|
KEY_TEMP_SENSOR = "temp_sensor"
|
|
MANUFACTURER = "chomtech.pl"
|
|
STATUS_UPDATE_MAX_TIME_INTERVAL = 60
|
|
SUPPORT_EMAIL = "support@chomtech.eu"
|
|
WEBHOOK_URL = "{internal_url}/api/webhook/{webhook_id}"
|