diff --git a/homeassistant/components/demo.py b/homeassistant/components/demo.py index 27bb1bbb8d1..187e899aacd 100644 --- a/homeassistant/components/demo.py +++ b/homeassistant/components/demo.py @@ -107,7 +107,7 @@ def async_setup(hass, config): # Set up example persistent notification persistent_notification.async_create( - hass, 'This is an example of a persistent notification.', + 'This is an example of a persistent notification.', title='Example Notification') # Set up room groups