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

Variables

int DEFAULT_PORT = 10000
 
bool DEFAULT_SSL = True
 
bool DEFAULT_VERIFY_SSL = False
 
string DOMAIN = "webmin"
 
 Logger
 

Detailed Description

Constants for the Webmin integration.

Variable Documentation

◆ DEFAULT_PORT

int homeassistant.components.webmin.const.DEFAULT_PORT = 10000

Definition at line 8 of file const.py.

◆ DEFAULT_SSL

bool homeassistant.components.webmin.const.DEFAULT_SSL = True

Definition at line 9 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.webmin.const.DEFAULT_VERIFY_SSL = False

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ Logger

homeassistant.components.webmin.const.Logger

Definition at line 5 of file const.py.