Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.qnap.const Namespace Reference

Variables

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

Detailed Description

The Qnap constants.

Variable Documentation

◆ CONF_DRIVES

string homeassistant.components.qnap.const.CONF_DRIVES = "drives"

Definition at line 3 of file const.py.

◆ CONF_NICS

string homeassistant.components.qnap.const.CONF_NICS = "nics"

Definition at line 4 of file const.py.

◆ CONF_VOLUMES

string homeassistant.components.qnap.const.CONF_VOLUMES = "volumes"

Definition at line 5 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.qnap.const.DEFAULT_PORT = 8080

Definition at line 7 of file const.py.

◆ DEFAULT_SSL

bool homeassistant.components.qnap.const.DEFAULT_SSL = False

Definition at line 9 of file const.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.qnap.const.DEFAULT_TIMEOUT = 5

Definition at line 8 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.qnap.const.DEFAULT_VERIFY_SSL = True

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.qnap.const.DOMAIN = "qnap"

Definition at line 12 of file const.py.