services.zigbee2mqtt.settings
NixOS option
Your configuration.yaml as a Nix attribute set. Check the documentation for possible options.
type: YAML 1.1 valueDefault
{ }Example
declared in: nixos/modules/services/home-automation/zigbee2mqtt.nixView source on NixOS/nixpkgs →{
homeassistant.enabled = config.services.home-assistant.enable;
permit_join = true;
serial = {
port = "/dev/ttyACM1";
};
}