"""Home capabilities package.""" from packages.home_capabilities.light import CAP_VERSION, LightState __all__ = ["LightState", "CAP_VERSION"]