Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """The Qnap constants."""
2 
3 CONF_DRIVES = "drives"
4 CONF_NICS = "nics"
5 CONF_VOLUMES = "volumes"
6 
7 DEFAULT_PORT = 8080
8 DEFAULT_TIMEOUT = 5
9 DEFAULT_SSL = False
10 DEFAULT_VERIFY_SSL = True
11 
12 DOMAIN = "qnap"