"When I get home" / "When I leave home" commands do not work #326
Labels
bug
P3
Nice to have, not working on it for now
release: main
Issues that affect devices in the "main" release
These commands are parsed (correctly) to
monitor(@org.thingpedia.builtin.thingengine.builtin.get_gps()), location == $location.home
.But get_gps does not work at all in any currently supported Almond (current location is always Unknown or a fixed location configured by the user) so those commands have no effect.
I believe Home Assistant can leverage the Android companion app to get the user's precise location (as a person entity), so we could leverage that to inject the location through the right layers in Almond.
The text was updated successfully, but these errors were encountered: