From f4db748eae7ffb3d23e485861c8ef0e61591c6dd Mon Sep 17 00:00:00 2001 From: Matthieu Houdebine Date: Wed, 11 Jun 2025 19:01:18 +0200 Subject: [PATCH] Update freebox.py: add missing entries in device_type_map New entries extracted from latest Freebox Server web interface --- front/plugins/freebox/freebox.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/front/plugins/freebox/freebox.py b/front/plugins/freebox/freebox.py index 86e115bb..ee6b9fc0 100755 --- a/front/plugins/freebox/freebox.py +++ b/front/plugins/freebox/freebox.py @@ -66,6 +66,12 @@ device_type_map = { "networking_device": "Router", "multimedia_device": "TV Decoder", "car": "House Appliance", + "watch": "Clock", + "light": "Domotic", + "outlet": "Domotic", + "appliances": "House Appliance", + "thermostat": "Domotic", + "shutter": "Domotic", "other": "(Unknown)", }