zigbee2mqtt: 1.35.1 -> 1.35.2

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.2
This commit is contained in:
Martin Weinelt 2024-02-01 17:41:54 +01:00
parent d1f044cb50
commit 165326d2ca
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 9 additions and 3 deletions

View file

@ -71,6 +71,7 @@ in
after = [ "network.target" ];
environment.ZIGBEE2MQTT_DATA = cfg.dataDir;
serviceConfig = {
Type = "notify";
ExecStart = "${cfg.package}/bin/zigbee2mqtt";
User = "zigbee2mqtt";
Group = "zigbee2mqtt";