Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.qnap.const
 

Variables

string homeassistant.components.qnap.const.CONF_DRIVES = "drives"
 
string homeassistant.components.qnap.const.CONF_NICS = "nics"
 
string homeassistant.components.qnap.const.CONF_VOLUMES = "volumes"
 
int homeassistant.components.qnap.const.DEFAULT_PORT = 8080
 
bool homeassistant.components.qnap.const.DEFAULT_SSL = False
 
int homeassistant.components.qnap.const.DEFAULT_TIMEOUT = 5
 
bool homeassistant.components.qnap.const.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.qnap.const.DOMAIN = "qnap"