diff --git a/source/demo/events.json b/source/demo/events.json deleted file mode 100644 index 89cdcb930cf..00000000000 --- a/source/demo/events.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "event": "time_changed", - "listener_count": 1 - }, - { - "event": "call_service", - "listener_count": 1 - }, - { - "event": "homeassistant_stop", - "listener_count": 2 - }, - { - "event": "state_changed", - "listener_count": 3 - } -] diff --git a/source/demo/frontend.html b/source/demo/frontend.html index 2a167638515..b52763b917b 100644 --- a/source/demo/frontend.html +++ b/source/demo/frontend.html @@ -1,9 +1,129 @@ +
-+ {{stateObj.attributes.description}} +
+ {{stateObj.attributes.errors}} +
+ It looks like we have nothing to show you right now. It could be that we have not yet discovered all your devices but it is more likely that you have not configured Home Assistant yet. +
+ Please see the Getting Started section on how to setup your devices. +
+ Fire an event on the event bus. +
+ Call a service from a component. +