updated _format_location to use van van_last_known_longitude and van_last_known_latitude

This commit is contained in:
2026-03-17 12:44:05 -04:00
parent 1b3e6725ea
commit 2661127426
3 changed files with 18 additions and 38 deletions

View File

@@ -90,7 +90,6 @@ class BotConfig(BaseModel):
inventory_api_url: str
ha_url: str | None = None
ha_token: str | None = None
ha_location_entity: str = "sensor.gps_location"
engine: Engine
reconnect_delay: int = 5
max_reconnect_delay: int = 300