Skip to content

Commit 40bcdc0

Browse files
committed
Add entity icon for Charger Level
1 parent 0350dfb commit 40bcdc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/teslafi/sensor.py

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
key="_charger_level",
155155
name="Charger Level",
156156
device_class=SensorDeviceClass.ENUM,
157+
icon="mdi:ev-station",
157158
entity_category=EntityCategory.DIAGNOSTIC,
158159
entity_registry_enabled_default=False,
159160
options=["level-1", "level-2", "level-3"],

0 commit comments

Comments
 (0)