mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 20:27:57 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
"""Constants for the Co2signal integration."""
|
|
|
|
|
|
DOMAIN = "co2signal"
|
|
CONF_COUNTRY_CODE = "country_code"
|
|
ATTRIBUTION = "Data provided by CO2signal"
|