* Add bluecurrent integration * Apply feedback * Rename integration * changed constants and removed strings.sensor.json * update blue_current integration * update bluecurrent-api to 1.0.4 * Update bluecurrent-api to 1.0.5 * Apply feedback * Remove translation * Apply feedback * Use customer_id as unique id * Apply feedback * Add @pytest.mark.parametrize * Replace loop.create_task with async_create_task
10 lines
179 B
Python
10 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"
|