diff --git a/nodes/home.openhab.py b/nodes/home.openhab.py index b34280c..526901e 100644 --- a/nodes/home.openhab.py +++ b/nodes/home.openhab.py @@ -3,7 +3,7 @@ 'groups': [ 'autologin', 'backup', - 'debian-11', + 'debian-12', 'home', 'monitored', 'raspberry-pi', @@ -36,7 +36,7 @@ }, }, 'java': { - 'version': 11, + 'version': 17, }, 'zfs': { 'pools': { diff --git a/nodes/home.stromzaehler.py b/nodes/home.stromzaehler.py index 3c6c68b..a2211cd 100644 --- a/nodes/home.stromzaehler.py +++ b/nodes/home.stromzaehler.py @@ -2,7 +2,7 @@ 'hostname': '10.0.0.15', 'groups': [ 'autologin', - 'debian-11', + 'debian-12', 'home', 'raspberry-pi', 'monitored',