cryptk
cryptk
Using the k8s-sidecar .url functionality to download files from a URL, if those files are quite large (in this case they are model files from HugingFace.co for AI systems) it...
**Description** This is an attempt to not only update ROCM to 6.1, which according to the release notes should be compatible with every card that 6.0 is compatible with, but...
**Description** Doing some work to try and speed up builds by migrating away from huge conda environments to a smaller venv setup and using [UV](https://github.com/astral-sh/uv) instead of `pip` for installation...
This issue is to track the proposal for a fine-grained authentication system to LocalAI. In addition to deciding if we actually want to do this, we need to determine what...
This was split off from #63 related issue to add API support: https://github.com/cryptk/python-omnilogic-local/issues/42
The underlying library does not have support for interacting with schedules yet, but it should not be too difficult to add. We should be able to add support for at...
Per a conversation in HA discord, we can use the config entry ID as our unique ID. This will allow uses to have multiple entries for this integration unlike currently,...
Currently, if there is an interlock in place, home assistant will still allow toggling the entity on, but the next time the integration polls it will go back to off....
Currently we expose all color logic lights as supporting brightness and a full list of effects. We need to check the V2 enabled parameter and expose the light differently depending...
There's no support in the underlying library yet for interacting with themes. Assuming that themes are an actual concept that exists in the API, and not just the application firing...