Official Plugins

Official HomeCmdr adapter plugins: Elgato Lights, Ollama, Roku TV, and Zigbee2MQTT.

Official adapters are standalone Rust crates maintained in the homecmdr/adapters registry and installed into a workspace with the HomeCmdr CLI:

homecmdr pull <adapter-name>
cargo build

After pulling, you must also add use <crate_name> as _; to crates/adapters/src/lib.rs in your workspace.