core/homeassistant/components/vegehub/const.py

10 lines
211 B
Python

"""Constants for the Vegetronix VegeHub integration."""
from homeassistant.const import Platform
DOMAIN = "vegehub"
NAME = "VegeHub"
PLATFORMS = [Platform.SENSOR]
MANUFACTURER = "vegetronix"
MODEL = "VegeHub"