mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
9 lines
255 B
Python
9 lines
255 B
Python
"""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}"
|