initial, step 2 already
This commit is contained in:
5
packages/home_capabilities/__init__.py
Normal file
5
packages/home_capabilities/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Home capabilities package."""
|
||||
|
||||
from packages.home_capabilities.light import CAP_VERSION, LightState
|
||||
|
||||
__all__ = ["LightState", "CAP_VERSION"]
|
||||
Reference in New Issue
Block a user