Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 18, 2023
1 parent d686a4c commit 13dddcb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pypowerwall/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def poll(self, api):
"""
Map Powerwall API to Tesla Cloud Data
TODO: Make this work - placeholders only
"""
if self.tesla is None:
return None
Expand Down Expand Up @@ -598,8 +597,6 @@ def poll(self, api):
def getsites(self):
"""
Get list of Tesla Energy sites
TODO: Make this work
"""
if self.tesla is None:
return None
Expand All @@ -613,8 +610,6 @@ def getsites(self):
def setup(self):
"""
Set up the Tesla Cloud connection
TODO: Make this work
"""
print("\nTesla Account Setup")
print("-" * 19)
Expand Down Expand Up @@ -671,7 +666,7 @@ def setup(self):
if not cloud.connect():
print("Failed to connect to Tesla Cloud")
exit(1)

print("Connected to Tesla Cloud")

#print("\nSite Data")
Expand Down

0 comments on commit 13dddcb

Please sign in to comment.