WebSpider

Results 81 comments of WebSpider

This integration is no longer under active development. Please consider switching to https://github.com/skodaconnect/homeassistant-myskoda

Awesome, that works for me! :rocket:

While I think the feature is great, I would prefer to have the actual address configurable per domain, instead of making a local part of an email address inaccessible on...

Looking at https://github.com/bareboat-necessities/bbn-m5atomS3-lite/blob/58661d2885d39773ebd345e921bf973877ae3451/bbn_m5atomS3_lite_whatsapp/bbn_m5atomS3_lite_whatsapp.ino#L89 it is indeed a simple HTTP request. This request can probably be done with the http integration here: https://esphome.io/components/http_request

@DrPsychick rebased, but tests still fail when setting up dependencies. Looks like a bitnami thing..

> The registry works again so we might retry to run the CI if it's happy now :D Yes, unfortunately, I do not have sufficient permissions to kick CI, and...

With the things going on with bitnami, we should move this to bitnamilegacy, or change for another keyvalue store such as [valkey](https://github.com/valkey-io/valkey) or [keydb](https://github.com/Snapchat/KeyDB)

I have been replacing `redis` with `valkey` on different occasions as well. It tends to fit in rather nicely, since `valkey` is a `redis` fork. I am unsure if the...