summaryrefslogtreecommitdiff
path: root/bin/inverter_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/inverter_bot.py')
-rwxr-xr-xbin/inverter_bot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/inverter_bot.py b/bin/inverter_bot.py
index fdfe436..7da21aa 100755
--- a/bin/inverter_bot.py
+++ b/bin/inverter_bot.py
@@ -28,7 +28,6 @@ from homekit.inverter.types import (
OutputSourcePriority
)
from homekit.database.inverter_time_formats import FormatDate
-from homekit.api.types import BotType
from homekit.api import WebApiClient
from telegram import ReplyKeyboardMarkup, InlineKeyboardMarkup, InlineKeyboardButton
@@ -921,7 +920,6 @@ class InverterStore(bot.BotDatabase):
inverter.init(host=config['inverter']['ip'], port=config['inverter']['port'])
bot.set_database(InverterStore())
-bot.enable_logging(BotType.INVERTER)
bot.add_conversation(SettingsConversation(enable_back=True))
bot.add_conversation(ConsumptionConversation(enable_back=True))