* Initial Almond integration * Hassfest * Update library * Address comments * Fix inheritance issue py36 * Remove no longer needed check * Fix time
4 lines
106 B
Python
4 lines
106 B
Python
"""Constants for the Almond integration."""
|
|
DOMAIN = "almond"
|
|
TYPE_OAUTH2 = "oauth2"
|
|
TYPE_LOCAL = "local"
|