Crate streamdeck_homeassistant

Source
Expand description

§StreamDeck HomeAssistant Integration

This library provides integration between Elgato Stream Deck devices and Home Assistant, allowing you to control your smart home devices directly from your Stream Deck.

§Features

  • Connect to Home Assistant via WebSocket API
  • Control switches and lights
  • Support for RGB lights with color selection
  • Nested menu navigation
  • Persistent connection with automatic reconnection

Re-exports§

pub use config::HomeAssistantConfig;
pub use config::HomeAssistantMenu;
pub use config::HomeAssistantButton;
pub use hass::PersistentHassConnection;
pub use plugins::HomeAssistantPlugin;

Modules§

config
Configuration types and functions for the StreamDeck HomeAssistant integration.
hass
HomeAssistant connection management module.
plugins
StreamDeck plugins for HomeAssistant integration.