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

@ -70,7 +70,7 @@ class HiveSensorEntity(Entity):
return DEVICETYPE_ICONS.get(self.device_type)
def update(self):
"""Update all Node data frome Hive."""
"""Update all Node data from Hive."""
if self.session.core.update_data(self.node_id):
for entity in self.session.entities:
entity.handle_update(self.data_updatesource)