Merge pull request #246201 from n0emis/zigbee2mqtt-groups-file

This commit is contained in:
Janik 2023-09-09 20:19:50 +02:00 committed by GitHub
commit 27eedb5601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,9 +66,10 @@ in
server = mkDefault "mqtt://localhost:1883";
};
serial.port = mkDefault "/dev/ttyACM0";
# reference device configuration, that is kept in a separate file
# reference device/group configuration, that is kept in a separate file
# to prevent it being overwritten in the units ExecStartPre script
devices = mkDefault "devices.yaml";
groups = mkDefault "groups.yaml";
};
systemd.services.zigbee2mqtt = {