mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 12:29:55 +00:00
10 lines
228 B
Python
10 lines
228 B
Python
"""Constants for the Vegetronix VegeHub integration."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "vegehub"
|
|
NAME = "VegeHub"
|
|
PLATFORMS = [Platform.SENSOR, Platform.SWITCH]
|
|
MANUFACTURER = "vegetronix"
|
|
MODEL = "VegeHub"
|