Skip to content

Commit

Permalink
Merge pull request #54 from tieskuh/patch-6
Browse files Browse the repository at this point in the history
Update sensor.py - remove plug state
  • Loading branch information
cyr-ius authored Jan 5, 2024
2 parents d4587e6 + 043472d commit c423f65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/audiconnect/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@
device_class=dc.POWER_FACTOR,
translation_key="state_of_charge",
),
AudiSensorDescription(
icon="mdi:power-plug",
key="plug_state",
device_class=dc.POWER_FACTOR,
translation_key="plug_state",
),
AudiSensorDescription(
icon="mdi:battery-charging",
key="remaining_charging_time",
Expand Down

0 comments on commit c423f65

Please sign in to comment.