Initial map module implementation

This commit is contained in:
Teemu Rytilahti
2025-01-12 18:30:21 +01:00
parent 2542516009
commit 83d169d35c
3 changed files with 265 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ from .lighteffect import LightEffect
from .lightpreset import LightPreset
from .lightstripeffect import LightStripEffect
from .lighttransition import LightTransition
from .map import Map
from .matter import Matter
from .motionsensor import MotionSensor
from .overheatprotection import OverheatProtection
@@ -76,4 +77,5 @@ __all__ = [
"HomeKit",
"Matter",
"Dustbin",
"Map",
]