mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 11:57:05 +00:00
7 lines
121 B
Python
7 lines
121 B
Python
"""The generic component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "generic"
|
|
PLATFORMS = [Platform.CAMERA]
|