summaryrefslogtreecommitdiffstats
path: root/makefu/0tests/data/secrets/zigbee2mqtt.nix
blob: c67ff3865b4835fb6c19a05c51a68a228322b58d (plain)
1
2
3
4
5
6
{
  mqtt.password = "hass";
  mqtt.username = "hass";
  zigbee.network_key = [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ];
}