From b2ffc08c8953835e8b583c10a0f3ce3cdcc662dc Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 22 Feb 2023 02:18:12 +0100 Subject: [PATCH] s/MultiValueSensor/CompositeSensor/g on `smartthings` --- platypush/plugins/smartthings/_mappers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/smartthings/_mappers.py b/platypush/plugins/smartthings/_mappers.py index accaeefe..bdd99293 100644 --- a/platypush/plugins/smartthings/_mappers.py +++ b/platypush/plugins/smartthings/_mappers.py @@ -16,7 +16,7 @@ from platypush.entities.motion import MotionSensor from platypush.entities.sensors import ( BinarySensor, EnumSensor, - MultiValueSensor, + CompositeSensor, NumericSensor, ) from platypush.entities.switches import EnumSwitch, Switch @@ -492,7 +492,7 @@ device_mappers: List[DeviceMapper] = [ ), # three_axis DeviceMapper( - entity_type=MultiValueSensor, + entity_type=CompositeSensor, capability=Capability.three_axis, attribute=Attribute.three_axis, value_type=list,