db version
This commit is contained in:
@@ -44,7 +44,7 @@ class HomeAssistant:
|
||||
if message.action == "record":
|
||||
location: dict[str, str] = ast.literal_eval(message.content)
|
||||
await self._location_recorder.insert_location_now(
|
||||
people=location["person"],
|
||||
person=location["person"],
|
||||
location=LocationData(
|
||||
latitude=float(location["latitude"]),
|
||||
longitude=float(location["longitude"]),
|
||||
|
||||
Reference in New Issue
Block a user