.dockerignore
.editorconfig
.gitignore
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
config-sample.json
docker-compose.yaml
flake.lock
flake.nix
protocol_notes.md
pyproject.toml
readthedocs.yml
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/stale.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/fauxmo.plugins.rst
docs/fauxmo.rst
docs/index.rst
docs/modules.rst
extras/com.n8henrie.fauxmo.plist
extras/fauxmo.service
src/fauxmo/__init__.py
src/fauxmo/cli.py
src/fauxmo/fauxmo.py
src/fauxmo/protocols.py
src/fauxmo/utils.py
src/fauxmo/plugins/__init__.py
src/fauxmo/plugins/commandlineplugin.py
src/fauxmo/plugins/homeassistantplugin.py
src/fauxmo/plugins/simplehttpplugin.py
tests/conftest.py
tests/old-config-sample.json
tests/test_commandlineplugin.py
tests/test_commandlineplugin_config.json
tests/test_config.json
tests/test_fauxmo.py
tests/test_homeassistantplugin.py
tests/test_homeassistantplugin_config.json
tests/test_simplehttpplugin.py
tests/test_simplehttpplugin_config.json