Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schettada authored and mandarons committed Aug 19, 2023
1 parent a5c1406 commit 232e2f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/bouncie/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def update_car_info_attributes(vehicle_info):
key="car-info",
icon="mdi:car",
name="Car Info",
state_class=SensorStateClass.MEASUREMENT,
value_fn=lambda vehicle_info: "Running"
if vehicle_info["stats"]["isRunning"]
else "Not Running",
Expand Down

0 comments on commit 232e2f2

Please sign in to comment.