home-assistant / home-assistant-js-websocket

:aerial_tramway: JavaScript websocket client for Home Assistant
Other
284 stars 85 forks source link

Demo does not work #539

Open Tsjippy opened 4 weeks ago

Tsjippy commented 4 weeks ago

The demo as supplied on the front page does not work.

The example as provided does not work because the dist folder doe snot exist:

import {
        getAuth,
        getUser,
        callService,
        createConnection,
        subscribeEntities,
        ERR_HASS_HOST_REQUIRED,
      } from "./dist/index.js";