diff --git a/devices/emulations/Fauxmo/README.rst b/devices/emulations/Fauxmo/README.rst
index 160c214e971493860e2eaaa6640289b2b22ae372..0ae7d7d694d502fd8a6d593fc341278d8b5e0f38 100644
--- a/devices/emulations/Fauxmo/README.rst
+++ b/devices/emulations/Fauxmo/README.rst
@@ -35,6 +35,6 @@ The `targets` field is a list of xAAL device UUIDs that will be controlled.
 
 Note
 ----
-Fauxmo version 0.8 cause errors while getting _latest_action. I stick w/ 0.7 version
+Fauxmo version 0.8 cause errors while getting _latest_action. I stick w/ 0.6 version
 right now. It looks like Fauxmo had some work done. I need to check if nested async
 is still needed.
diff --git a/devices/emulations/Fauxmo/pyproject.toml b/devices/emulations/Fauxmo/pyproject.toml
index 98b15ea9b170934ed0130b05d6c70aeb405eac81..153d6ed9e939d2f6a8f1fe5867909912799a1a59 100644
--- a/devices/emulations/Fauxmo/pyproject.toml
+++ b/devices/emulations/Fauxmo/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
 license = { text = "GPL License" }
 classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
 keywords = ["xaal", "wemo", "alexa"]
-dependencies = ["xaal.lib", "fauxmo==0.7", "nest_asyncio"]
+dependencies = ["xaal.lib", "fauxmo==0.6", "nest_asyncio"]
 
 
 [tool.setuptools.packages.find]