Skip to content

Commit

Permalink
Hotfix stream_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Mar 2, 2024
1 parent 00a6471 commit fd5f1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/teslemetry/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class TeslemetrySensorEntityDescription(SensorEntityDescription):
),
TeslemetrySensorEntityDescription(
key="charge_state_charger_actual_current",
stream_key=TelemetryField.CHARGE_AMPS,
streaming_key=TelemetryField.CHARGE_AMPS,
timestamp_key=TeslemetryTimestamp.CHARGE_STATE,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfElectricCurrent.AMPERE,
Expand Down

0 comments on commit fd5f1f4

Please sign in to comment.