mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01: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"
|