Add Signal location command backed by Home Assistant

This commit is contained in:
2026-03-15 11:14:53 -04:00
parent 76da6cbc54
commit a19b1c7e60
4 changed files with 133 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ class BotConfig(BaseModel):
signal_api_url: str
phone_number: str
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