diff --git a/custom_components/linkytic/sensor.py b/custom_components/linkytic/sensor.py index 800ec49..1c0a677 100644 --- a/custom_components/linkytic/sensor.py +++ b/custom_components/linkytic/sensor.py @@ -322,7 +322,7 @@ async def async_setup_entry( config_title=config_entry.title, config_uniq_id=config_entry.entry_id, serial_reader=serial_reader, - device_class=SensorDeviceClass.CURRENT, + device_class=SensorDeviceClass.POWER, native_unit_of_measurement=UnitOfPower.WATT, # documentation says unit is Watt but description talks about VoltAmp :/ ) )