Skip to content

Commit

Permalink
feat: add charger_power attribute to rate sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Aug 13, 2021
1 parent 3b83613 commit 66228d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tesla_custom/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def extra_state_attributes(self):
"charge_current_request": self.tesla_device.charge_current_request,
"charger_actual_current": self.tesla_device.charger_actual_current,
"charger_voltage": self.tesla_device.charger_voltage,
"charger_power": self.tesla_device.charger_power,
}
)
return attr

0 comments on commit 66228d1

Please sign in to comment.