Trying to integrate the Life360 app.
I've created my account with Life360 and added my "Home" as a place.
I then install the app from Hubitat; and when I get to "Select a place"... I have no options.
Screenshots from my Hubitat dashboard; and my phone Life360 places page.
Okay, I made some progress by referencing THIS thread. I had my daughter install the app on her phone, create a place, and then loaded the hubitat app and it recognized the places.
Now, I see that the tile I'm after was developed by @bptworld. It's the Life360withStates tile. So I downloaded the driver/app; and I'm receiving the following error:
groovy.lang.MissingMethodException: No signature of method: user_app_BPTWorld_Life360_with_States_152.getImage() is applicable for argument types: (java.lang.String) values: [Blank]
Possible solutions: getClass(), getAt(java.lang.String) on line 129 (method getCredentialsPage)
I'm unable to progress with the install of the app. Any suggestions?
EDIT:
I also noticed this on line 69:
#include BPTWorld.bpt-normalStuff
The app would not install; and complained about a library being unavailable. Commenting out this line allowed the app code to be saved. Do I need that library? I'm not sure how that works. But that might be the cause of my issue. If so, how do I include that library? Thanks.