Files
2026-07-10 20:59:42 +02:00

11 lines
202 B
Python

"""Constants for the Fuelprices.dk integration."""
DOMAIN = "fuelprices_dk"
CONF_COMPANY = "company"
CONF_STATION = "station"
SUBENTRY_TYPE_STATION = "station"
WEBSITE_URL = "https://fuelprices.dk"