Add icon translations to Tesla Wall Connector (#112309)

pull/112374/head
Joost Lekkerkerker 2024-03-05 14:20:03 +01:00 committed by GitHub
parent c8a30cfda7
commit d923b56f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"entity": {
"sensor": {
"status": {
"default": "mdi:ev-station"
}
}
}
}

View File

@ -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",