mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +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]
|