From 940f2b37b9511b3b327c821210cd2329fc34f696 Mon Sep 17 00:00:00 2001
From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr>
Date: Sun, 15 Dec 2024 13:29:26 +0100
Subject: [PATCH] Switch back to fauxmo 0.6

---
 devices/emulations/Fauxmo/README.rst     | 2 +-
 devices/emulations/Fauxmo/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devices/emulations/Fauxmo/README.rst b/devices/emulations/Fauxmo/README.rst
index 160c214e..0ae7d7d6 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 98b15ea9..153d6ed9 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]
-- 
GitLab