From ac51386e9d33c95d9ded1da14ab5089706a659f0 Mon Sep 17 00:00:00 2001
From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr>
Date: Tue, 10 Dec 2024 01:31:52 +0100
Subject: [PATCH] Some stuff to fix before next migration

---
 TODO.rst | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/TODO.rst b/TODO.rst
index c39d4976..fa21b16f 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -2,22 +2,25 @@
 List of things for to be done
 =============================
 
+Gateways
+--------
+* Rewrite the NetAtmo (they trashed the old API)
+
+* Switch to async API for Yeelight (this should be a good example)
+
+* Fix button sending wrong notification (aqara, edisio)
 
 Apps
 ----
-
+* Fix rest/dashbard/fakeinput sharing the same template global. This stuff break xaal-pkgrun
   
 
 Lib
 ---
-  
-* Add a default command line parser:
-  The idea is to provide a way to override default config
-
-* Look at device management
-  
-* fix message.dump()
+* Switch Message.action to Message.method (method isn't a keyword). Changes in xaal.lib (+tests)
+  scripts (btn_*), tools, loggers (warp10/influxdb) and HA handler
 
-* delay nc.connect() ..
+* Fix xaal.monitor refresh_rate 
 
-* add groupID ..
+* Add a default command line parser:
+  The idea is to provide a way to override default config
-- 
GitLab