mirror of
https://github.com/home-assistant/core.git
synced 2025-08-28 00:41:41 +02:00
Fix incorrect off peak translation key for Roborock (#100246)
fix incorrect translation key
This commit is contained in:
committed by
Franck Nijhof
parent
c9bee8233e
commit
64d5993434
@@ -164,10 +164,10 @@
|
|||||||
"dnd_end_time": {
|
"dnd_end_time": {
|
||||||
"name": "Do not disturb end"
|
"name": "Do not disturb end"
|
||||||
},
|
},
|
||||||
"off_peak_start_time": {
|
"off_peak_start": {
|
||||||
"name": "Off-peak start"
|
"name": "Off-peak start"
|
||||||
},
|
},
|
||||||
"off_peak_end_time": {
|
"off_peak_end": {
|
||||||
"name": "Off-peak end"
|
"name": "Off-peak end"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user