* Cert Expiry refactor * Unused parameter * Reduce delay * Deprecate 'name' config * Use config entry unique_id * Fix logic bugs found with tests * Rewrite tests to use config flow core interfaces, validate created sensors * Update strings * Minor consistency fix * Review fixes, complete test coverage * Move error handling to helper * Subclass exceptions * Better tests * Use first object reference * Fix docstring
5 lines
87 B
Python
5 lines
87 B
Python
"""Const for Cert Expiry."""
|
|
|
|
DOMAIN = "cert_expiry"
|
|
DEFAULT_PORT = 443
|
|
TIMEOUT = 10.0
|