Add icon translations to Home connect (#111718)

This commit is contained in:
Joost Lekkerkerker 2024-02-28 16:32:26 +01:00 committed by GitHub
parent 15cd9c011e
commit afe3d7fb4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,11 @@
{
"services": {
"start_program": "mdi:play",
"select_program": "mdi:form-select",
"pause_program": "mdi:pause",
"resume_program": "mdi:play-pause",
"set_option_active": "mdi:gesture-tap",
"set_option_selected": "mdi:gesture-tap",
"change_setting": "mdi:cog"
}
}