mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Fix spelling of "cannot" in pooldose exception string (#167079)
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
},
|
||||
"exceptions": {
|
||||
"cannot_connect": {
|
||||
"message": "Value can not be set because the device is not connected"
|
||||
"message": "Value cannot be set because the device is not connected"
|
||||
},
|
||||
"write_rejected": {
|
||||
"message": "The device rejected the value for {entity}: {value}"
|
||||
|
||||
Reference in New Issue
Block a user