Stafford Brunk

Results 134 comments of Stafford Brunk

It is not allowed but we probably do not want to go fully RFC 5322 compliant with this as some email providers do not force compliance. However, if we want...

There are bugs in the code. You can use this patch against `v0.5.2`. I haven't re-applied this to current `HEAD`: ```patch diff --git a/aphrodite/endpoints/openai/api_server.py b/aphrodite/endpoints/openai/api_server.py index 3b3b6ed..02da554 100644 --- a/aphrodite/endpoints/openai/api_server.py...

The patch I posted was enough for me to be able to pull things from HuggingFace and use revisions

I'm using this Dockerfile (mostly to apply my previous patch). I had to reset to the `root` user as I was running into permission issues applying the patch. ```dockerfile FROM...

I'd need to look but I believe my meter doesn't provide any data for those (despite them being in the spec). It would be nice as it would allow time...

That's likely going to be an issue with the upstream project vs this integration. I'll have to take a look at that and see if I can see if there's...

Ya, there isn't a cost sensor exposed this addon. Do you have cost tracking enabled in the Hass energy dashboard (Settings->Dashboards->Energy->Grid consumption->edit settings)?

Can you click that pencil icon and see what your cost setting is? Here's what mine looks like: ![image](https://github.com/user-attachments/assets/79e6034d-ca08-41a1-aada-f8eb46521227)

So, looks like this has been reported for a few different energy integrations: home-assistant/core#124167 home-assistant/core#79638 In both instances the upstream MQTT integration was blamed. @JHarding86 do you have a Utility...

> 1. It seems one can keep refreshing the tokens for about three hours. After this time window has elapsed, you'll get a 429 (Too many requests) error. I haven't...