Add missing translations and icons for ZHA Sinope devices (#130826)

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
This commit is contained in:
Steve Venzerul 2024-11-19 14:25:12 -05:00 committed by GitHub
parent 0199418ba9
commit c4568e6632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View File

@ -118,6 +118,12 @@
}, },
"exercise_day_of_week": { "exercise_day_of_week": {
"default": "mdi:wrench-clock" "default": "mdi:wrench-clock"
},
"off_led_color": {
"default": "mdi:palette-outline"
},
"on_led_color": {
"default": "mdi:palette"
} }
}, },
"sensor": { "sensor": {
@ -206,6 +212,9 @@
}, },
"use_load_balancing": { "use_load_balancing": {
"default": "mdi:scale-balance" "default": "mdi:scale-balance"
},
"double_up_full": {
"default": "mdi:gesture-double-tap"
} }
} }
}, },

View File

@ -791,6 +791,12 @@
}, },
"valve_countdown_2": { "valve_countdown_2": {
"name": "Irrigation time 2" "name": "Irrigation time 2"
},
"on_led_intensity": {
"name": "On LED intensity"
},
"off_led_intensity": {
"name": "Off LED intensity"
} }
}, },
"select": { "select": {
@ -886,6 +892,12 @@
}, },
"weather_delay": { "weather_delay": {
"name": "Weather delay" "name": "Weather delay"
},
"on_led_color": {
"name": "On LED color"
},
"off_led_color": {
"name": "Off LED color"
} }
}, },
"sensor": { "sensor": {
@ -1193,6 +1205,9 @@
}, },
"valve_on_off_2": { "valve_on_off_2": {
"name": "Valve 2" "name": "Valve 2"
},
"double_up_full": {
"name": "Double tap on - full"
} }
} }
} }