Justin Vanderhooft

Results 44 comments of Justin Vanderhooft

Please try https://github.com/widewing/ha-toyota-na/releases/tag/v2.0.0 and let us know if you're still having issues.

We just pushed a release that supports the diagnostic platform in HA. Navigate to the integrations page, select the menu on the `Toyota` integration, and click `Download Diagnostics`. The dump...

For the time being we're going to be running an agent. I'm not sure how we'll expose it yet, those discussions are still happening internally.

Hey @jfsiii I think I can make that happen. I'll lightly clean up my branch today and get a PR open!

I left the job that was building this out, and I don't have any personal projects on CF-workers where I'd need this unfortunately.

The popup you're talking about is a feature of the Android operating system. iOS does not have something similar, which is why you only get a basic alert modal on...

I've added a `fingerprint.config.js` with the following contents: ```js const { SourceSkips } = require('@expo/fingerprint') /** @type {import('@expo/fingerprint').Config} */ const config = { sourceSkips: // eslint-disable-next-line no-bitwise SourceSkips.ExpoConfigRuntimeVersionIfString | SourceSkips.ExpoConfigVersions,...