hass-core/homeassistant/components/comelit/const.py
Simone Chemelli c574cefc30
Bump aiocomelit to 0.3.0 (#102340)
* Bump aiocomelit to 0.3.0

* missing string
2023-10-19 17:15:06 +00:00

7 lines
120 B
Python

"""Comelit constants."""
import logging
_LOGGER = logging.getLogger(__package__)
DOMAIN = "comelit"
DEFAULT_PORT = 80