mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
8 lines
227 B
Python
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/"
|