Fix can not
typo (#87254)
This commit is contained in:
parent
b8a1f87073
commit
810367b757
27 changed files with 35 additions and 35 deletions
|
@ -87,7 +87,7 @@ def struct_validator(config: dict[str, Any]) -> dict[str, Any]:
|
|||
raise vol.Invalid(error)
|
||||
if not structure:
|
||||
error = (
|
||||
f"Error in sensor {name}. The `{CONF_STRUCTURE}` field can not be empty"
|
||||
f"Error in sensor {name}. The `{CONF_STRUCTURE}` field cannot be empty"
|
||||
)
|
||||
raise vol.Invalid(error)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue