Expand description
§Async HomeAssistant Websocket Library
Hass-rs is a HomeAssistant Websocket API client library.
It is based on the official API specifications.
Re-exports§
pub use errors::HassError;pub use errors::HassResult;pub use client::HassClient;pub use types::*;