| 19 Jul 2024 |
mfed3 | Seems so ridiculously over complicated | 15:22:28 |
| 20 Jul 2024 |
@musicmatze:beyermatthi.as | Heyho!
How can I override a component in the home-assistant derivation? | 17:57:04 |
@musicmatze:beyermatthi.as | More specifically: I want to patch the alpha_vantage component to not poll every 5 minutes, because the free API key only allows 25 requests per day. ... I'd rather like to have hourly polls... but there's no way to configure the component | 17:57:59 |
@musicmatze:beyermatthi.as | This is the component: https://github.com/home-assistant/core/tree/dev/homeassistant/components/alpha_vantage | 17:58:17 |
@hexa:lossy.network | take it upstream | 18:04:26 |
@hexa:lossy.network | * take thei ssue upstream | 18:04:30 |
@hexa:lossy.network | * take the issue upstream | 18:04:32 |
@musicmatze:beyermatthi.as | ah, someone already did: https://github.com/home-assistant/core/issues/109153
...so I've spent the last two hours learning nix shenenigans 🤷 | 18:08:07 |
@musicmatze:beyermatthi.as | * ah, someone already did: https://github.com/home-assistant/core/issues/109153
...so I've spent the last two hours learning nix shenanigans 🤷 | 18:08:19 |
| @andmuz:matrix.org left the room. | 20:09:20 |
| 21 Jul 2024 |
@musicmatze:beyermatthi.as | If I create a script via the UI, it is not saved... I assume that's because I do most of my configuration foo via nix, right? | 08:44:26 |
@musicmatze:beyermatthi.as | * If I create a script via the HA UI, it is not saved... I assume that's because I do most of my configuration foo via nix, right? | 08:44:35 |
@hexa:lossy.network | you need something like this https://wiki.nixos.org/wiki/Home_Assistant#Combine_declarative_and_UI_defined_automations | 10:26:53 |
@hexa:lossy.network | probably for scripts.yaml | 10:27:22 |
@hexa:lossy.network | musicmatze: can you check if /var/lib/hass/scripts.yaml exists with your saved script? | 10:48:30 |
| @qyliss:fairydust.space left the room. | 10:48:34 |
@musicmatze:beyermatthi.as | yes it exists and there are scripts in there | 10:49:31 |
@musicmatze:beyermatthi.as | (that I created, AFAICS) | 10:49:42 |
@musicmatze:beyermatthi.as | ah, I was missing the "script ui" = "!include scripts.yaml" bit from my configuration | 13:33:48 |
@hexa:lossy.network | yeah, I just rewrote that section of the wiki to make it clearer https://wiki.nixos.org/wiki/Home_Assistant#Automations,_Scenes,_and_Scripts_from_the_UI | 13:34:57 |
@musicmatze:beyermatthi.as | I also edited the wiki for a typo, where it said "scripts ui" instead of "script ui" (additional "s" removed) | 13:35:24 |
@musicmatze:beyermatthi.as | Slowly I am getting the hang of it. Amazing! | 18:33:40 |
@hexa:lossy.network | is anyone here using ollama with rocm? | 18:36:27 |
@hexa:lossy.network | or can test a PR against a rocm compatible card? (vega56 or newer, but not rx 5000 series) | 18:36:48 |
@hexa:lossy.network | https://matrix.to/#/!eWOErHSaiddIbsUNsJ:nixos.org/$ZuPmB2WFSsHCPI-3YIquSk9SZjDtsqIotDv0Ll2W2YU?via=nixos.org&via=matrix.org&via=nixos.dev for what I want you to try | 18:38:11 |
@hexa:lossy.network | can copy it here, if someone bites | 18:42:09 |
| 22 Jul 2024 |
| brokenpip3 joined the room. | 07:47:10 |
@hexa:lossy.network | Resolved | 22:38:48 |
@hexa:lossy.network | community gpu nodes when | 22:39:06 |
@adam:robins.wtf | for what purpose? just shared resources to offload queries to? | 23:28:20 |