mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Fixing small typo (#1169)
This commit is contained in:
parent
41c52dcced
commit
19dfcda1ff
@ -27,7 +27,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
hass.services.register(DOMAIN, "hello", handle_hello)
|
hass.services.register(DOMAIN, "hello", handle_hello)
|
||||||
|
|
||||||
# Return boolean to indicate that initialization was successfully.
|
# Return boolean to indicate that initialization was successful.
|
||||||
return True
|
return True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user