mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add icon translations to Tesla Wall Connector (#112309)
This commit is contained in:
parent
c8a30cfda7
commit
d923b56f9f
9
homeassistant/components/tesla_wall_connector/icons.json
Normal file
9
homeassistant/components/tesla_wall_connector/icons.json
Normal file
@ -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…
x
Reference in New Issue
Block a user