We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48b982 commit 9ff2502Copy full SHA for 9ff2502
custom_components/upsplus/battery.py
@@ -1,5 +1,6 @@
1
"""All functions for reading data from the UPS"""
2
import smbus2
3
+import concurrent.futures
4
from ina219 import INA219
5
from .const import DEVICE_BUS, DEVICE_ADDR
6
0 commit comments