!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

511 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant129 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
17 Nov 2024
@mfed3:matrix.orgmfed3 *
services.home-assistant = {
    enable = true;
    extraComponents = [
      "esphome"
      "met"
      "radio_browser"
      "isal"
      # added-components
      "zha"
      "backup"
      "reolink"
      "local_todo"
      "starlink"
    ];
    config = {
      default_config = {};
    };
  };
07:11:40
@mfed3:matrix.orgmfed3 *
services.home-assistant = {
    enable = true;
    extraComponents = [
      "esphome"
      "met"
      "radio_browser"
      "isal"
      # added-components
      "zha"
      "backup"
      "reolink"
      "local_todo"
      "starlink"
    ];    
07:11:57
@mfed3:matrix.orgmfed3Ahh I found a known issue for this, it has been reported07:15:45
@mfed3:matrix.orgmfed3https://github.com/NixOS/nixpkgs/issues/31012907:15:48
@mfed3:matrix.orgmfed3 * https://github.com/NixOS/nixpkgs/issues/310129 home-assistant extraComponents "starlink" fails at runtime because of missing "starlink_grpc" dependency #310129 07:17:08
@mfed3:matrix.orgmfed3 * Anyone else try to install the Starlink integration? It seems like it doesn't recognize that when I include it in my config, it thinks I don't need to rebuild anything15:23:12
18 Nov 2024
@jamesstone:matrix.orgjamesstone joined the room.15:12:15
19 Nov 2024
@beat_link:matrix.org@beat_link:matrix.org joined the room.03:16:23
@spacekitteh:matrix.orgspacekittehHmm, I can't set up a home assistant install anymore. It hangs during the first step of onboarding and never enables the "create user" button ;/05:52:04
@spacekitteh:matrix.orgspacekittehAre there any other state directories apart from /var/lib/hass?05:52:50
@spacekitteh:matrix.orgspacekitteh oh i'm a moron, i somehow deleted openFirewall = true and yet it still partially loaded 06:11:57
@hexa:lossy.network@hexa:lossy.networkbrowser caching at it again11:27:59
@spacekitteh:matrix.orgspacekittehaye11:46:45
@sandro:supersandro.deSandro 🐧or conn tracking and h213:01:39
20 Nov 2024
@inayet:matrix.orgInayet removed their profile picture.00:59:46
@apyh:matrix.orgapyh joined the room.03:56:01
@apyh:matrix.orgapyh hi folks!! i noticed there's parsing for !secrets values, but didn't see a place to pass a file path that should be used for secrets.
do i have to write to the secrets.yaml file myself? (probably with an activation script as to not include those secrets in my nix store)
03:58:01
@hexa:lossy.network@hexa:lossy.network apyh: indeed, the module does not provide any option to pass a secrets file. Would probably do it with a tmpfiles rule to create a symlink from /var/lib/hass/secrets.yaml to where my secrets were decrypted at, e.g. /run/agenix/hass-secrets.yaml 12:12:09
@mjm:midna.devmjmthat’s exactly how I do it14:17:38
@hexa:lossy.network@hexa:lossy.networkfeel free to send a PR with an option for that14:54:34

Show newer messages


Back to Room ListRoom Version: 6