diff options
Diffstat (limited to 'bin/inverter_bot.py')
-rwxr-xr-x | bin/inverter_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inverter_bot.py b/bin/inverter_bot.py index 0be5866..afa9727 100755 --- a/bin/inverter_bot.py +++ b/bin/inverter_bot.py @@ -6,7 +6,7 @@ import json import itertools import sys import asyncio -import __py_include +import include_homekit from inverterd import Format, InverterError from html import escape |