Skip to content

Commit

Permalink
#7 - Changing names for Metered systems Phase imports
Browse files Browse the repository at this point in the history
  • Loading branch information
muppet3000 committed Jul 6, 2023
1 parent 60c9d8c commit 269f83f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/grott/sensors/sensors_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def datetime_formatter(mqtt_data):
},

{
"name": "Phase1 Import from Grid Power",
"name": "Phase1 Actual Power",
"device_class": SensorDeviceClass.POWER,
"unit_of_measurement": UnitOfPower.WATT,
"state_class": SensorStateClass.MEASUREMENT,
Expand All @@ -1032,7 +1032,7 @@ def datetime_formatter(mqtt_data):
"unique_name": "mqtt_093",
},
{
"name": "Phase2 Import from Grid Power",
"name": "Phase2 Actual Power",
"device_class": SensorDeviceClass.POWER,
"unit_of_measurement": UnitOfPower.WATT,
"state_class": SensorStateClass.MEASUREMENT,
Expand All @@ -1042,7 +1042,7 @@ def datetime_formatter(mqtt_data):
"unique_name": "mqtt_094",
},
{
"name": "Phase3 Import from Grid Power",
"name": "Phase3 Actual Power",
"device_class": SensorDeviceClass.POWER,
"unit_of_measurement": UnitOfPower.WATT,
"state_class": SensorStateClass.MEASUREMENT,
Expand All @@ -1052,7 +1052,7 @@ def datetime_formatter(mqtt_data):
"unique_name": "mqtt_095",
},
{
"name": "Import from Grid Power",
"name": "Actual Power",
"device_class": SensorDeviceClass.POWER,
"unit_of_measurement": UnitOfPower.WATT,
"state_class": SensorStateClass.MEASUREMENT,
Expand Down

0 comments on commit 269f83f

Please sign in to comment.