فهرست منبع

Switch miflora library to latest git revision

Thomas Dietrich 8 سال پیش
والد
کامیت
fdbc47384f
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 2 1
      README.md
  2. 2 1
      requirements.txt

+ 2 - 1
README.md

@@ -10,7 +10,8 @@ The program can be executed for a single run or in **daemon mode** to run contin
 
 ## Features
 
-* Support for [Xiaomi Mi Flora sensors](https://xiaomi-mi.com/sockets-and-sensors/xiaomi-huahuacaocao-flower-care-smart-monitor) ([e.g. 12-17€](https://www.aliexpress.com/wholesale?SearchText=xiaomi+mi+flora+plant+sensor) (tested with firmware v2.6.2, v2.6.4, v2.6.6, v3.1.4, others anticipated)
+* Support for [Xiaomi Mi Flora sensors](https://xiaomi-mi.com/sockets-and-sensors/xiaomi-huahuacaocao-flower-care-smart-monitor) ([e.g. 12-17€](https://www.aliexpress.com/wholesale?SearchText=xiaomi+mi+flora+plant+sensor))
+* Tested with Mi Flora firmware v2.6.2, v2.6.4, v2.6.6, v3.1.4, others anticipated
 * Build on top of [open-homeautomation/miflora](https://github.com/open-homeautomation/miflora)
 * Highly configurable
 * Data publication via MQTT

+ 2 - 1
requirements.txt

@@ -1,4 +1,5 @@
-miflora==0.1.16
+git+https://github.com/open-homeautomation/miflora.git#egg=miflora
+#miflora==0.1.16
 paho-mqtt==1.3.0
 wheel==0.29.0
 sdnotify==0.3.1