Chris Romp

Results 21 comments of Chris Romp

Also seeing this behavior, and unfortunately it makes the email generator integration between Bitwarden and SimpleLogin not useable.

Seems like a wontfix...

FWIW I've used a template sensor to show how many days until a specific date, like so: ```yaml days_until_something: friendly_name: Something Day icon_template: mdi:calendar-check value_template: > {% set midnight =...

This is *almost* there using `Custom API (OpenAI format)` except that it sends the `api-key` header as `Authorization: Bearer xxxx`. If we could override the auth header, I could make...

I can (eventually) take a crack at it. I just want to test this in my Obsidian workflow today. If it works well for me then I'll try to make...

@brianpetro I could also give you short term access to an Azure OpenAI instance.

I'm not able to configure the chat settings (Smart Threads Settings) w/ my AOAI info. I can see it's making an API call to `https://my-resource.openai.azure.com/openai/deployments` but that's not a valid...

![Image](https://github.com/user-attachments/assets/57cfff87-04db-46af-97ba-fe3da9b5502e) ...vs... ![Image](https://github.com/user-attachments/assets/ba85ff62-d94b-47d4-9ae2-f8f6a81d9d12)

If it's helpful to anyone else, I've written a very simple Home Assistant add-on which will listen on HTTP and forward the request to the Ecowitt webhook. This hasn't been...

Definitely still some bugs to work out. As I mentioned in the other repo, I'm wondering if this would be better presented as a generic insecure webhook proxy for Home...