core/homeassistant/components/huum/const.py

8 lines
133 B
Python

"""Constants for the huum integration."""
from homeassistant.const import Platform
DOMAIN = "huum"
PLATFORMS = [Platform.CLIMATE]