Skip to content

Commit

Permalink
Add test metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jan 1, 2025
1 parent 313333c commit d073e74
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/components/teslemetry/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,25 @@
"energy_device_data",
"energy_cmds",
],
"vehicles": {
"LRW3F7EK4NC700000": {
"proxy": False,
"access": True,
"polling": True,
"firmware": "2024.44.25",
}
},
}
METADATA_NOSCOPE = {
"uid": "abc-123",
"region": "NA",
"scopes": ["openid", "offline_access", "vehicle_device_data"],
"vehicles": {
"LRW3F7EK4NC700000": {
"proxy": False,
"access": True,
"polling": True,
"firmware": "2024.44.25",
}
},
}

0 comments on commit d073e74

Please sign in to comment.