Skip to content

Commit

Permalink
Update docs (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe authored Jul 1, 2024
1 parent 276f983 commit 9eba089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 164 deletions.
4 changes: 2 additions & 2 deletions docs/source/development/fingerprints_in_homeassistant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Edit ``homeassistant/components/bmw_connected_drive/coordinator.py`` and locate
...
try:
from bimmer_connected.tests.conftest import MyBMWMockRouter, ALL_STATES, ALL_CHARGING_SETTINGS
with MyBMWMockRouter(["WBY00000000REXI01"], ALL_STATES, ALL_CHARGING_SETTINGS):
from bimmer_connected.tests.conftest import MyBMWMockRouter, ALL_STATES, ALL_CHARGING_SETTINGS, ALL_PROFILES
with MyBMWMockRouter(["WBA00000000DEMO02","WBA00000000DEMO03"], ALL_PROFILES, ALL_STATES, ALL_CHARGING_SETTINGS):
await self.account.get_vehicles()
except:
...
Expand Down
162 changes: 0 additions & 162 deletions docs/source/development/reverse_engineering_mybmw.rst

This file was deleted.

0 comments on commit 9eba089

Please sign in to comment.