Switch backend imports to miflora lib v0.4 (#37)

This commit is contained in:
muhkuhgh 2018-04-21 18:52:52 +02:00 committed by Thomas Dietrich
parent d3e23cc130
commit 20aafd324f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from colorama import Fore, Back, Style
from configparser import ConfigParser
from unidecode import unidecode
from miflora.miflora_poller import MiFloraPoller, MI_BATTERY, MI_CONDUCTIVITY, MI_LIGHT, MI_MOISTURE, MI_TEMPERATURE
from miflora.backends.gatttool import GatttoolBackend
from btlewrap import available_backends, BluepyBackend, GatttoolBackend, PygattBackend
import paho.mqtt.client as mqtt
import sdnotify