1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00
Files
core/homeassistant/components/co2signal/const.py
2021-12-20 13:49:15 +01:00

7 lines
148 B
Python

"""Constants for the Co2signal integration."""
DOMAIN = "co2signal"
CONF_COUNTRY_CODE = "country_code"
ATTRIBUTION = "Data provided by CO2signal"