Skip to content

Commit

Permalink
Fix incorrect off peak translation key for Roborock (#100246)
Browse files Browse the repository at this point in the history
fix incorrect translation key
  • Loading branch information
Lash-L committed Sep 12, 2023
1 parent f344000 commit 5272387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/roborock/strings.json
Expand Up @@ -192,10 +192,10 @@
"dnd_end_time": {
"name": "Do not disturb end"
},
"off_peak_start_time": {
"off_peak_start": {
"name": "Off-peak start"
},
"off_peak_end_time": {
"off_peak_end": {
"name": "Off-peak end"
}
},
Expand Down

0 comments on commit 5272387

Please sign in to comment.