Skip to content

Commit

Permalink
fix: export OnlineSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jan 28, 2020
1 parent fad88bc commit 8483a20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion teslajsonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
https://github.com/zabuldon/teslajsonpy
"""
from teslajsonpy.battery_sensor import Battery, Range
from teslajsonpy.binary_sensor import ChargerConnectionSensor, ParkingSensor
from teslajsonpy.binary_sensor import (
ChargerConnectionSensor,
OnlineSensor,
ParkingSensor,
)
from teslajsonpy.charger import ChargerSwitch, ChargingSensor, RangeSwitch
from teslajsonpy.climate import Climate, TempSensor
from teslajsonpy.controller import Controller
Expand All @@ -21,6 +25,7 @@
"Range",
"ChargerConnectionSensor",
"ChargingSensor",
"OnlineSensor",
"ParkingSensor",
"ChargerSwitch",
"RangeSwitch",
Expand Down

0 comments on commit 8483a20

Please sign in to comment.