Is there a way to enable logging information from a life360 entity? Like when I come home and leave and stuff, how fast I’m moving. Along with other entities. I don’t see an option under entities or anything. Basically trying to circumvent paying for a premium life360 subscription and still make sure my little brother isn’t being an idiot when he gets his license.
so then in theory this should work? im a bit confused as to if this will exclude everything else from being logged since i didnt add everything to the “include” part
recorder:
include:
entities:
- device_tracker.life360_firstname_lastnameington
except spaced properly, two spaces before include, four before entities, and six before the dash before device tracker yada yada yada blah
Format your code! Again, read the community guidelines point 11!
It will also work in practice.
The recorder will only track the state of the entity, if you want to track the state of an attribute, you’d need to create a template sensor to extract the attribute and then add this template sensor tothe recorder config.
oh. so thats like the home assistant equivilant of a virtual device in hubitat but only for one specific attribute kinda sorta ish?
Probably, I don’t use Hubitat.
so how would i make the sensor just be the name of the place its at? is that a value_template thing? like
value_template: "{{place('device_tracker.life360_person)| string
but im not sure what to do from there. how would i fill that string with the value of “place” in “device_tracker.life360_person” so it logs where i went last? i have places defined so it should be able to tell where the place is, like home, school, stuff like that. should be able to automatically send me a notification of the shopping list link when i go to the store if thats the place i am right?