Chris Romp
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...
 ...vs... 
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...