core/homeassistant/components/blue_current/const.py

11 lines
179 B
Python

"""Constants for the Blue Current integration."""
import logging
DOMAIN = "blue_current"
LOGGER = logging.getLogger(__package__)
EVSE_ID = "evse_id"
MODEL_TYPE = "model_type"