mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Correct grammatical error in CUSTOM_WARNING (#32569)
This commit is contained in:
parent
5ace7de171
commit
df86668dfc
@ -45,7 +45,7 @@ CUSTOM_WARNING = (
|
|||||||
"You are using a custom integration for %s which has not "
|
"You are using a custom integration for %s which has not "
|
||||||
"been tested by Home Assistant. This component might "
|
"been tested by Home Assistant. This component might "
|
||||||
"cause stability problems, be sure to disable it if you "
|
"cause stability problems, be sure to disable it if you "
|
||||||
"do experience issues with Home Assistant."
|
"experience issues with Home Assistant."
|
||||||
)
|
)
|
||||||
_UNDEF = object()
|
_UNDEF = object()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user