mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
10 lines
211 B
Python
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"
|