hass-core/homeassistant/components/generic/__init__.py
2021-12-28 21:13:20 +01:00

6 lines
121 B
Python

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