Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Anova integration."""
2 
3 DOMAIN = "anova"
4 
5 ANOVA_CLIENT = "anova_api_client"
6 ANOVA_FIRMWARE_VERSION = "anova_firmware_version"