battery-state-card icon indicating copy to clipboard operation
battery-state-card copied to clipboard

Migrate to WebSocket HA call for fetching entities/devices/areas

Open maxwroc opened this issue 5 months ago • 0 comments

await hass.callWS({ type: "config/entity_registry/list" }))

await hass.callWS({ type: "config/device_registry/list" }))

await hass.callWS({ type: "config/area_registry/list" }))

maxwroc avatar Feb 17 '24 02:02 maxwroc