Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Webmin integration."""
2 
3 from logging import Logger, getLogger
4 
5 LOGGER: Logger = getLogger(__package__)
6 DOMAIN = "webmin"
7 
8 DEFAULT_PORT = 10000
9 DEFAULT_SSL = True
10 DEFAULT_VERIFY_SSL = False