maxwroc / battery-state-card

Battery state card for Home Assistant
MIT License
848 stars 38 forks source link

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

Open maxwroc opened 6 months ago

maxwroc commented 6 months ago
await hass.callWS({ type: "config/entity_registry/list" }))

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

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