LICENSE
README.md
pyproject.toml
synthetic_home/__init__.py
synthetic_home/common.py
synthetic_home/device_types.py
synthetic_home/exceptions.py
synthetic_home/inventory.py
synthetic_home/py.typed
synthetic_home/synthetic_home.py
synthetic_home.egg-info/PKG-INFO
synthetic_home.egg-info/SOURCES.txt
synthetic_home.egg-info/dependency_links.txt
synthetic_home.egg-info/entry_points.txt
synthetic_home.egg-info/requires.txt
synthetic_home.egg-info/top_level.txt
synthetic_home/registry/__init__.py
synthetic_home/registry/alarm-system.yaml
synthetic_home/registry/calendar.yaml
synthetic_home/registry/camera.yaml
synthetic_home/registry/display-led.yaml
synthetic_home/registry/door-sensor.yaml
synthetic_home/registry/exhaust-fan.yaml
synthetic_home/registry/fan-oscilating.yaml
synthetic_home/registry/garage-door.yaml
synthetic_home/registry/gate.yaml
synthetic_home/registry/heat-pump.yaml
synthetic_home/registry/hvac.yaml
synthetic_home/registry/light-dimmable.yaml
synthetic_home/registry/light-rgbw.yaml
synthetic_home/registry/light.yaml
synthetic_home/registry/lock-sensor.yaml
synthetic_home/registry/mobile-phone.yaml
synthetic_home/registry/motion-sensor.yaml
synthetic_home/registry/sensor.yaml
synthetic_home/registry/smart-blinds.yaml
synthetic_home/registry/smart-lock.yaml
synthetic_home/registry/smart-plug.yaml
synthetic_home/registry/smart-speaker.yaml
synthetic_home/registry/smart-sprinkler.yaml
synthetic_home/registry/smart-tv.yaml
synthetic_home/registry/switch.yaml
synthetic_home/registry/temperature-sensor.yaml
synthetic_home/registry/todo-list.yaml
synthetic_home/registry/vacuum.yaml
synthetic_home/registry/washer.yaml
synthetic_home/registry/water-valve.yaml
synthetic_home/registry/weather-service.yaml
synthetic_home/registry/window-sensor.yaml
synthetic_home/tool/__init__.py
synthetic_home/tool/__main__.py
synthetic_home/tool/create_inventory.py
synthetic_home/tool/export_inventory.py
synthetic_home/tool/list_device_types.py
tests/test_device_types.py
tests/test_inventory.py
tests/test_synthetic_home.py
tests/test_tool.py