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)", }