hass.tibber_prices/custom_components/integration_blueprint/const.py
2025-04-18 12:51:32 +00:00

8 lines
211 B
Python

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