Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Const for Cert Expiry."""
2 
3 DOMAIN = "cert_expiry"
4 DEFAULT_PORT = 443
5 TIMEOUT = 10.0