MyNixOS website logo
Description

Xiaomi Home Integration for Home Assistant.

Xiaomi Home Integration for Home Assistant depends on additional components, example how to setup in NixOS configuration.nix:

{ config, lib, pkgs, ... }:
{
  services.home-assistant = {
    customComponents = [ pkgs.home-assistant-custom-components.xiaomi_home ];
    extraComponents = [ "ffmpeg" "zeroconf" ];
  };
  # OAuth2 Redirect URL is hardcoded as http://homeassistant.local:8123
  # Make sure you can access HA via this URL with mDNS
  services.avahi.hostName = "homeassistant";
  networking.firewall.allowedTCPPorts = [ 8123 ];
}
Metadata

Version

0.4.3

License

unfree

Maintainers (1)

Platforms (22)

    Linux
Show all
  • aarch64-linux
  • armv5tel-linux
  • armv6l-linux
  • armv7a-linux
  • armv7l-linux
  • i686-linux
  • loongarch64-linux
  • m68k-linux
  • microblaze-linux
  • microblazeel-linux
  • mips-linux
  • mips64-linux
  • mips64el-linux
  • mipsel-linux
  • powerpc-linux
  • powerpc64-linux
  • powerpc64le-linux
  • riscv32-linux
  • riscv64-linux
  • s390-linux
  • s390x-linux
  • x86_64-linux