Home Assistant icon

Home Assistant 2024.12,2024.1032

Companion app for Home Assistant home automation software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    home-assistant # Home Assistant
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    home-assistant # Home Assistant
  ];
}

Package Definition

{
  "pname": "home-assistant",
  "version": "2024.12,2024.1032",
  "src": {
    "url": "https://github.com/home-assistant/iOS/releases/download/release%2F2024.12%2F2024.1032/home-assistant-mac.zip",
    "sha256": "988f322ee437391498562784f894204f9ceccddb0db436bcb68a6424ed6af9ae"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Home Assistant.app\" \"$out/Applications/Home Assistant.app\""
  ],
  "meta": {
    "description": "Companion app for Home Assistant home automation software",
    "homepage": "https://companion.home-assistant.io/"
  }
}