7 lines
146 B
Python
7 lines
146 B
Python
|
"""Constants for the Anova integration."""
|
||
|
|
||
|
DOMAIN = "anova"
|
||
|
|
||
|
ANOVA_CLIENT = "anova_api_client"
|
||
|
ANOVA_FIRMWARE_VERSION = "anova_firmware_version"
|