hass.tibber_prices/custom_components/integration_blueprint/const.py
Julian Pawlowski 131a4eb148
Initial commit
2025-04-18 14:32:54 +02:00

8 lines
227 B
Python

"""Constants for integration_blueprint."""
from logging import Logger, getLogger
LOGGER: Logger = getLogger(__package__)
DOMAIN = "integration_blueprint"
ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"