Hi there,
first of all, thanks a lot for creating this integration — it works great for monitoring Unraid via the new GraphQL API!
Currently, the integration only uses read-only queries (info, array, shares, disks, etc.), even though the Unraid API exposes full mutation support for managing VMs, Docker containers, and other system actions.
It would be great if the integration could implement these mutations as optional service calls in Home Assistant, such as:
- Start / Stop / Reboot / Pause / Resume VMs (
vm.start, vm.stop, etc.)
- Start / Stop Docker containers
- Possibly array and system control actions
This would allow complete local control of Unraid directly from Home Assistant, without relying on older or deprecated REST integrations.
Is there any plan to extend the integration to include write actions / mutations in future versions?
Thanks for your work and consideration!
Hi there,
first of all, thanks a lot for creating this integration — it works great for monitoring Unraid via the new GraphQL API!
Currently, the integration only uses read-only queries (info, array, shares, disks, etc.), even though the Unraid API exposes full mutation support for managing VMs, Docker containers, and other system actions.
It would be great if the integration could implement these mutations as optional service calls in Home Assistant, such as:
vm.start,vm.stop, etc.)This would allow complete local control of Unraid directly from Home Assistant, without relying on older or deprecated REST integrations.
Is there any plan to extend the integration to include write actions / mutations in future versions?
Thanks for your work and consideration!