core/homeassistant/components/cookidoo/const.py

10 lines
159 B
Python

"""Constants for the Cookidoo integration."""
DOMAIN = "cookidoo"
SUBSCRIPTION_MAP = {
"NONE": "free",
"TRIAL": "trial",
"REGULAR": "premium",
}