fetchState method

Future<Entity> fetchState(
  1. String id
)

Fetches a state object for one entity from Home Assistant.

Returns an Entity object.

Implementation

Future<Entity> fetchState(String id) => _api.fetchState(id);