Fixing small typo (#1169)

This commit is contained in:
IceBotYT 2021-12-30 16:19:17 -05:00 committed by GitHub
parent 41c52dcced
commit 19dfcda1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ def setup(hass, config):
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
```