From c0a8099f10132e32d510fbec38bf529ed660aa19 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Mar 2019 11:11:52 -0800 Subject: [PATCH] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac3dcaf..a0c110a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Python3 based Docker for Eagle to MQTT reader I have only ported this into a dockerfile, All Original code (with one minor modification for XML root tag) is credit to [Ted Drain - TD22057](https://github.com/TD22057/T-Home). ## UPDATES: +2019-03-08: Rebase to python 3.7.2-alpine3.9, update bottle and astral versions to latest 2019-01-03: Rebase to python 3.7.2-alpine3.8, changed logging level to Info (should output to /var/log/tHome/eagle.log) 2018-09-10: Ported to Python3, Added pricing info. Merged into master branch