diff --git a/nodes/home/kodi-wohnzimmer.py b/nodes/home/kodi-wohnzimmer.py index 2fe37a5..e44d5fa 100644 --- a/nodes/home/kodi-wohnzimmer.py +++ b/nodes/home/kodi-wohnzimmer.py @@ -33,6 +33,6 @@ nodes['home.kodi-wohnzimmer'] = { }, }, # This is a raspberry pi, but raspbian 64bit is plain debian. - 'os': 'debian', + 'os': 'raspbian', 'os_version': (10, 5), }