diff --git a/homeassistant/const.py b/homeassistant/const.py index c256aa921d1..f156a9399d5 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -24,6 +24,8 @@ CONF_USERNAME = "username" CONF_PASSWORD = "password" CONF_API_KEY = "api_key" CONF_ACCESS_TOKEN = "access_token" +CONF_COMMUNITY = "community" +CONF_BASEOID = "baseoid" # #### EVENTS #### EVENT_HOMEASSISTANT_START = "homeassistant_start"