mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add water heater icon translations (#108491)
This commit is contained in:
parent
19bf8970d2
commit
408ba4d850
31
homeassistant/components/water_heater/icons.json
Normal file
31
homeassistant/components/water_heater/icons.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"default": "mdi:water-boiler",
|
||||||
|
"state": {
|
||||||
|
"off": "mdi:water-boiler-off"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"operation_mode": {
|
||||||
|
"default": "mdi:circle-medium",
|
||||||
|
"state": {
|
||||||
|
"eco": "mdi:leaf",
|
||||||
|
"electric": "mdi:lightning-bolt",
|
||||||
|
"gas": "mdi:fire-circle",
|
||||||
|
"heat_pump": "mdi:heat-wave",
|
||||||
|
"high_demand": "mdi:finance",
|
||||||
|
"off": "mdi:power",
|
||||||
|
"performance": "mdi:rocket-launch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"set_away_mode": "mdi:account-arrow-right",
|
||||||
|
"set_operation_mode": "mdi:water-boiler",
|
||||||
|
"set_temperature": "mdi:thermometer",
|
||||||
|
"turn_off": "mdi:water-boiler-off",
|
||||||
|
"turn_on": "mdi:water-boiler"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user