Add icon translations to LifX (#111897)

This commit is contained in:
Joost Lekkerkerker 2024-03-01 13:16:00 +01:00 committed by GitHub
parent 3a5e0c14bf
commit d757e5ebe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
{
"services": {
"set_hev_cycle_state": "mdi:led-on",
"set_state": "mdi:led-on",
"effect_pulse": "mdi:pulse",
"effect_colorloop": "mdi:looks",
"effect_move": "mdi:cube-send",
"effect_flame": "mdi:fire",
"effect_morph": "mdi:shape-outline",
"effect_stop": "mdi:stop"
}
}