Skip to content

Commit

Permalink
Remove test server code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 30, 2024
1 parent 7a22bc4 commit ed6b3e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/teslemetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
LOGGER.error("Invalid response from Teslemetry", e)
raise ConfigEntryNotReady from e


print(teslemetry.server)
teslemetry.server = "https://temp.teslemetry.com"
print(teslemetry.server)

if entry.unique_id is None:
LOGGER.debug("Setting unique_id to %s", uid)
hass.config_entries.async_update_entry(entry, unique_id=uid)
Expand Down

0 comments on commit ed6b3e5

Please sign in to comment.