core/homeassistant/components/generic/__init__.py

7 lines
121 B
Python

"""The generic component."""
from homeassistant.const import Platform
DOMAIN = "generic"
PLATFORMS = [Platform.CAMERA]