github home-assistant/home-assistant-js-websocket 3.0.0-rc5

latest releases: 9.5.0, 9.4.0, 9.3.0...
pre-release7 years ago

Breaking change

The following methods have been removed from the connection object and can now be imported individually: conn.getStates(), conn.getConfig(), conn.getServices(), conn.callService().

Replace calls with:

import { getServices } from 'home-assistant-js-websocket';
const services = await getServices(conn);

Don't miss a new home-assistant-js-websocket release

NewReleases is sending notifications on new releases.