Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the NASweb integration."""
2 
3 DOMAIN = "nasweb"
4 MANUFACTURER = "chomtech.pl"
5 STATUS_UPDATE_MAX_TIME_INTERVAL = 60
6 SUPPORT_EMAIL = "support@chomtech.eu"
7 WEBHOOK_URL = "{internal_url}/api/webhook/{webhook_id}"