initial, step 2 already

This commit is contained in:
2025-10-31 14:25:12 +01:00
commit ea17d048ad
24 changed files with 1431 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Home capabilities package."""
from packages.home_capabilities.light import CAP_VERSION, LightState
__all__ = ["LightState", "CAP_VERSION"]