Renamed sensor

This commit is contained in:
Roger Gonzalez 2023-09-23 21:28:38 -03:00
parent 206e4f9513
commit f2428dd2f9
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -46,7 +46,7 @@ def setup_platform(
class UTESensor(SensorEntity):
"""Representation of a UTE sensor."""
_attr_name = "Current power usage"
_attr_name = "UTE Current power usage"
_attr_icon = "lightning-bolt"
_attr_native_unit_of_measurement = UnitOfPower.WATT
_attr_device_class = SensorDeviceClass.ENERGY