Home Assistant icon

Home Assistant 2026.7.0,2026.2208

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": "2026.7.0,2026.2208",
  "src": {
    "url": "https://github.com/home-assistant/iOS/releases/download/release%2F2026.7.0%2F2026.2208/home-assistant-mac.zip",
    "sha256": "35aebe979ccbf477dd7afc2d752c11b6b505dea1f9f01a5e7167b71563af429a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Home Assistant.app\" && cp -r \"Home Assistant.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Companion app for Home Assistant home automation software",
    "homepage": "https://companion.home-assistant.io/"
  }
}