20 Dec 2024 |
spacekitteh | creation/execution | 02:47:18 |
spacekitteh | 'cus like i said, the config file /is/ persistent, so it should be possible to not clobber it | 02:47:48 |
hexa | sorry, I don't know the lingo | 02:48:50 |
hexa | and what would be the alternative? | 02:49:05 |
hexa | why would anyone want that disabled? | 02:49:10 |
spacekitteh | the alternative is doing it manually, once, and saving it on like a network share | 02:49:29 |
spacekitteh | it's just a file in /var/lib/thread | 02:49:47 |
hexa | so why not just … make it not a bool | 02:49:50 |
hexa | but an attr set | 02:49:53 |
hexa | and if it is not empty … run the script to render the given things | 02:50:09 |
spacekitteh | hmm, good idea | 02:50:27 |
spacekitteh | i had just an "enable" option in the set | 02:50:39 |
spacekitteh | but just checking if it's empty or not is much nicer | 02:50:49 |
spacekitteh | buuuut idk, it feels a little dangerous | 02:51:01 |
| 0xfeebdaed joined the room. | 04:02:16 |
| @nickorta12:matrix.org left the room. | 04:40:28 |
| erahhal joined the room. | 04:53:55 |
spacekitteh | warnings =
let
sub2_4GHzPhy = lib.trivial.mod (lib.fromHex dataset.channelMask) (lib.fromHex "0x0800") != 0;
in
lib.optional sub2_4GHzPhy
"OpenThread Border Router has been configured with a channel mask which includes a sub-2.4GHz IEEE 802.15.4 channel. While there appears to be support for this in OpenThread, it is not in the Thread standard itself, as of Thread 1.4.";
this should probably be a warning, not an assertion, right?
| 06:05:24 |
| 🐰 xiaoxiangmoe joined the room. | 13:58:35 |
qbit | i see the customLovelaceModules making it into the configuration.. but I can't see them when adding a card | 21:34:13 |
qbit | anyone experience the same? | 21:34:15 |
hexa | I don't understand the problem statement tbh | 21:54:09 |
hexa | "when adding a card" means you are configuring the dashboard interactively? | 21:54:35 |
hexa | we cannot install external resources in that case | 21:55:23 |
hexa | because home-assistant manages that config at /var/lib/hass/.storage/lovelace | 21:55:58 |
hexa | Download image.png | 21:56:18 |
hexa | use manage resources here | 21:56:20 |
hexa | Download image.png | 21:56:34 |
hexa | and reference them manually | 21:56:36 |
21 Dec 2024 |
ibizaman | Thanks for the PR to fix Music Assistant. Works like a charm! | 09:03:30 |