Add missing translations and icons for ZHA Sinope devices (#130826)
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>pull/130990/head
parent
0199418ba9
commit
c4568e6632
|
@ -118,6 +118,12 @@
|
|||
},
|
||||
"exercise_day_of_week": {
|
||||
"default": "mdi:wrench-clock"
|
||||
},
|
||||
"off_led_color": {
|
||||
"default": "mdi:palette-outline"
|
||||
},
|
||||
"on_led_color": {
|
||||
"default": "mdi:palette"
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
|
@ -206,6 +212,9 @@
|
|||
},
|
||||
"use_load_balancing": {
|
||||
"default": "mdi:scale-balance"
|
||||
},
|
||||
"double_up_full": {
|
||||
"default": "mdi:gesture-double-tap"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -791,6 +791,12 @@
|
|||
},
|
||||
"valve_countdown_2": {
|
||||
"name": "Irrigation time 2"
|
||||
},
|
||||
"on_led_intensity": {
|
||||
"name": "On LED intensity"
|
||||
},
|
||||
"off_led_intensity": {
|
||||
"name": "Off LED intensity"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
|
@ -886,6 +892,12 @@
|
|||
},
|
||||
"weather_delay": {
|
||||
"name": "Weather delay"
|
||||
},
|
||||
"on_led_color": {
|
||||
"name": "On LED color"
|
||||
},
|
||||
"off_led_color": {
|
||||
"name": "Off LED color"
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
|
@ -1193,6 +1205,9 @@
|
|||
},
|
||||
"valve_on_off_2": {
|
||||
"name": "Valve 2"
|
||||
},
|
||||
"double_up_full": {
|
||||
"name": "Double tap on - full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue