1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-22 16:30:27 +01:00
Files
core/homeassistant/components/generic/__init__.py
T
2021-12-28 21:13:20 +01:00

7 lines
121 B
Python

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