mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
202 B
Python
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"
|