mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Fix incorrect translation string in palazzetti (#131272)
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
"invalid_fan_mode": {
|
"invalid_fan_mode": {
|
||||||
"message": "Fan mode {value} is invalid."
|
"message": "Fan mode {value} is invalid."
|
||||||
},
|
},
|
||||||
"invalid_target_temperatures": {
|
"invalid_target_temperature": {
|
||||||
"message": "Target temperature {value} is invalid."
|
"message": "Target temperature {value} is invalid."
|
||||||
},
|
},
|
||||||
"cannot_connect": {
|
"cannot_connect": {
|
||||||
|
Reference in New Issue
Block a user