Add icon translations to Opentherm gw (#111995)

This commit is contained in:
Joost Lekkerkerker 2024-03-02 10:30:21 +01:00 committed by GitHub
parent fbb894a0ff
commit 9887340298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
{
"services": {
"reset_gateway": "mdi:reload",
"set_central_heating_ovrd": "mdi:heat-wave",
"set_clock": "mdi:clock",
"set_control_setpoint": "mdi:thermometer-lines",
"set_hot_water_ovrd": "mdi:thermometer-lines",
"set_hot_water_setpoint": "mdi:thermometer-lines",
"set_gpio_mode": "mdi:cable-data",
"set_led_mode": "mdi:led-on",
"set_max_modulation": "mdi:thermometer-lines",
"set_outside_temperature": "mdi:thermometer-lines",
"set_setback_temperature": "mdi:thermometer-lines"
}
}