.flake8
.gitignore
LICENSE
README.md
dev-requirements.txt
requirements.txt
setup.py
.github/workflows/ci-cd.yml
.vscode/settings.json
micro_smart_hub/__init__.py
micro_smart_hub/automation.py
micro_smart_hub/device.py
micro_smart_hub/registry.py
micro_smart_hub/scheduler.py
micro_smart_hub.egg-info/PKG-INFO
micro_smart_hub.egg-info/SOURCES.txt
micro_smart_hub.egg-info/dependency_links.txt
micro_smart_hub.egg-info/entry_points.txt
micro_smart_hub.egg-info/requires.txt
micro_smart_hub.egg-info/top_level.txt
micro_smart_hub/automations/irrigation.py
micro_smart_hub/devices/blebox/switchbox.py
micro_smart_server/__init__.py
micro_smart_server/config.yaml
micro_smart_server/micro_smart_server.py
micro_smart_server/schedule.yaml
notes/micro_notes.ipynb
tests/__init__.py
tests/config.yaml
tests/fakedevices.yaml
tests/real_scenario_schedule.yaml
tests/schedule.yaml
tests/test_device.py
tests/test_registry.py
tests/test_scheduler.py
tests/test_scheduler_real_scenario.py
tests/test_automations/__init__.py
tests/test_automations/test_irrigation.py
tests/test_devices/test_blebox/__init__.py
tests/test_devices/test_blebox/test_switchbox.py
tests/test_integrations/__init__.py
tests/test_integrations/irrigation_switchbox.yaml
tests/test_integrations/test_irrigation_switchbox_smarthome.py