services.zigbee2mqtt.settings

NixOS option

Your configuration.yaml as a Nix attribute set. Check the documentation for possible options.

type: YAML 1.1 value
Default
{ }
Example
{
  homeassistant.enabled = config.services.home-assistant.enable;
  permit_join = true;
  serial = {
    port = "/dev/ttyACM1";
  };
}
declared in: nixos/modules/services/home-automation/zigbee2mqtt.nixView source on NixOS/nixpkgs →