Skip to content

Commit

Permalink
fix: expose UpdateSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jul 29, 2020
1 parent f1f5994 commit 1a1b0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teslajsonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
ChargerConnectionSensor,
OnlineSensor,
ParkingSensor,
UpdateSensor,
)
from teslajsonpy.homeassistant.charger import ChargerSwitch, ChargingSensor, RangeSwitch
from teslajsonpy.homeassistant.climate import Climate, TempSensor
Expand All @@ -29,6 +30,7 @@
"ChargingSensor",
"OnlineSensor",
"ParkingSensor",
"UpdateSensor",
"ChargerSwitch",
"RangeSwitch",
"Climate",
Expand Down

0 comments on commit 1a1b0fe

Please sign in to comment.