1
0
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:
Norbert Rittel
2026-04-01 18:46:34 +02:00
committed by GitHub
parent 33bcd710fc
commit c077538015

View File

@@ -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}"