Skip to content

Commit

Permalink
Update tesla_mock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwok1 authored Oct 8, 2023
1 parent 18347a3 commit 7f1925e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/tesla_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def command_ok():
"island_status": "island_status_unknown",
"storm_mode_active": False,
"timestamp": "2022-07-28T17:11:27Z",
"wall_connectors": null
"wall_connectors": Null
}

SITE_DATA_UNKNOWN_GRID = {
Expand All @@ -940,9 +940,9 @@ def command_ok():
"battery_type": "ac_powerwall",
"backup_capable": true,
"battery_power": 10,
"storm_mode_enabled": true,
"powerwall_onboarding_settings_set": true,
"powerwall_tesla_electric_interested_in": null,
"sync_grid_alert_enabled": true,
"breaker_alert_enabled": true,
"storm_mode_enabled": True,
"powerwall_onboarding_settings_set": True,
"powerwall_tesla_electric_interested_in": Null,
"sync_grid_alert_enabled": True,
"breaker_alert_enabled": True,
}

0 comments on commit 7f1925e

Please sign in to comment.