Omnipius
Omnipius
I have this same use case: reading a STEP stream from a REST API. Having to save and load a file is a security vulnerability for my use case that...
As a work around for now, would it be possible to have keymaster add Unique IDs to all of the objects it creates? That would at least enable bulk categorization...
So, it turns out bulk hiding of helpers from the entities tab already works as is. 1. Settings>Devices & Services>Entities 2. Search for your lock name as it shows up...
@genebean - I believe I do. I've got the python and HA chops for it (small potatoes compared to my day job). However, it would be my first time contributing...
I have a fix tested and working on my instance. I'll get it set up as a PR tomorrow. I actually ended up abandoning the UUID approach. Though using a...
Merged and included in release 0.0.94. I believe this is as much as can be reasonably done against this issue for now. If HA ever enables programmatic control over default...
I have run afoul of this same problem. [This code appears to be the problem.](https://github.com/Kerbalism/Kerbalism/blob/f5cd99c13274599f9f8964dc162cc887e4ac85ac/src/Kerbalism/Lib.cs#L889C1-L893C4) If TryGetValue does not find a match in a dictionary of reference objects, it will...
I was able to get around this issue by adding the following to Resources.cfg: @RESOURCE_DEFINITION[ElectricCharge]:FOR[Kerbalism] { amountUnit = J rateUnit = W useRatePostfix = false }
> 3. We can also see if there is some manual, external to the plugin, human process that can get us an API token. We could update the config flow...
> I had a few minutes to look into this endpoint this weekend. It only gives out two hour sessions and is technically behind the same Datadome protection the rest...