verifyApiIsWorking method

Future<bool> verifyApiIsWorking()

Verifies the Home Assistant API is working on the provided baseUrl and bearerToken.

Returns true if the API is working, false otherwise.

Implementation

Future<bool> verifyApiIsWorking() => _api.verifyApiIsWorking();