Update code

This commit is contained in:
Fabian Affolter 2017-04-30 23:11:34 +02:00
parent 3bef0ad30f
commit 07112d8772
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 18 additions and 18 deletions

View file

@ -23,7 +23,7 @@ DEFAULT_NAME = 'World'
def setup(hass, config):
"""Setup is called when Home Assistant is loading our component."""
"""Set up is called when Home Assistant is loading our component."""
def handle_hello(call):
name = call.data.get(ATTR_NAME, DEFAULT_NAME)