Add icon translations to Tesla Wall Connector (#112309)
parent
c8a30cfda7
commit
d923b56f9f
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"status": {
|
||||
"default": "mdi:ev-station"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -66,7 +66,6 @@ WALL_CONNECTOR_SENSORS = [
|
|||
data[WALLCONNECTOR_DATA_VITALS].evse_state
|
||||
),
|
||||
options=list(EVSE_STATE.values()),
|
||||
icon="mdi:ev-station",
|
||||
),
|
||||
WallConnectorSensorDescription(
|
||||
key="handle_temp_c",
|
||||
|
|
Loading…
Reference in New Issue