Spelling, grammar etc fixes (#14432)
* Spelling, grammar etc fixes * s/an api data/data of an api/
This commit is contained in:
parent
843789528e
commit
234bf1f0ea
15 changed files with 20 additions and 20 deletions
|
@ -21,7 +21,7 @@ def validate_entity_config(values):
|
|||
params = {}
|
||||
if not isinstance(config, dict):
|
||||
raise vol.Invalid('The configuration for "{}" must be '
|
||||
' an dictionary.'.format(entity))
|
||||
' a dictionary.'.format(entity))
|
||||
|
||||
for key in (CONF_NAME, ):
|
||||
value = config.get(key, -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue