fetchStates method

Future<List<Entity>> fetchStates()

Fetches a list of entities from Home Assistant.

Returns a list of Entity objects.

Implementation

Future<List<Entity>> fetchStates() => _api.fetchStates();