6 lines
121 B
Python
6 lines
121 B
Python
"""The generic component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "generic"
|
|
PLATFORMS = [Platform.CAMERA]
|