1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 11:57:05 +00:00
Files
core/homeassistant/components/generic/__init__.py
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]