Spelling, grammar etc fixes (#14432)

* Spelling, grammar etc fixes

* s/an api data/data of an api/
This commit is contained in:
Ville Skyttä 2018-05-13 12:09:28 +02:00 committed by Martin Hjelmare
parent 843789528e
commit 234bf1f0ea
15 changed files with 20 additions and 20 deletions

View file

@ -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)