* Changes names and links * Changes link to documentation * Updates generated integration name
6 lines
155 B
Python
6 lines
155 B
Python
"""Constants for the Co2signal integration."""
|
|
|
|
|
|
DOMAIN = "co2signal"
|
|
CONF_COUNTRY_CODE = "country_code"
|
|
ATTRIBUTION = "Data provided by Electricity Maps"
|