Releases: ruaan-deysel/ha-unraid
Releases · ruaan-deysel/ha-unraid
v2026.5.0
See CHANGELOG.md for details.
📦 Installation
Via HACS (Recommended)
- Open HACS in Home Assistant
- Go to Integrations
- Click the ⋮ menu → Custom repositories
- Add this repository:
https://github.com/ruaan-deysel/ha-unraid - Category: Integration
- Click Add
- Search for Unraid
- Click Download
- Restart Home Assistant
Manual Installation
- Download
unraid-2026.5.0.zip - Extract to
config/custom_components/ - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
SHA256 Checksum:
a3ac8d73a42103931a5b0c520bf3021db4b25261e7e4e59a3c6eefbec2077f40 unraid-2026.5.0.zip
v2026.4.1
What's Changed
- build(deps): bump the linting group with 2 updates by @dependabot[bot] in #215
- build(deps): bump actions/github-script from 8 to 9 in the github-actions group by @dependabot[bot] in #214
- fix: prevent disk wake from standby and improve version checks by @ruaan-deysel in #218
Full Changelog: v2026.4.0...v2026.4.1
v2026.4.0
See CHANGELOG.md for details.
v2026.3.2
See CHANGELOG.md for details.
📦 Installation
Via HACS (Recommended)
- Open HACS in Home Assistant
- Go to Integrations
- Click the ⋮ menu → Custom repositories
- Add this repository:
https://github.com/ruaan-deysel/ha-unraid - Category: Integration
- Click Add
- Search for Unraid
- Click Download
- Restart Home Assistant
Manual Installation
- Download
unraid-2026.3.2.zip - Extract to
config/custom_components/ - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
SHA256 Checksum:
b17d6b8011890bea0187699a2bd5d80a84edb4d7680dc10cc9fff28d3c159bcb unraid-2026.3.2.zip
v2026.3.1
See CHANGELOG.md for details.
v2026.3.0
See CHANGELOG.md for details.
v2026.2.3
See CHANGELOG.md for details.
📦 Installation
Via HACS (Recommended)
- Open HACS in Home Assistant
- Go to Integrations
- Click the ⋮ menu → Custom repositories
- Add this repository:
https://github.com/ruaan-deysel/ha-unraid - Category: Integration
- Click Add
- Search for Unraid
- Click Download
- Restart Home Assistant
Manual Installation
- Download
unraid-2026.2.3.zip - Extract to
config/custom_components/ - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
SHA256 Checksum:
42ef685466db1c0f4b25eeb087aa7041141a20f7bec21d47e85bb0d4944369cf unraid-2026.2.3.zip
v2026.2.2
See CHANGELOG.md for details.
📦 Installation
Via HACS (Recommended)
- Open HACS in Home Assistant
- Go to Integrations
- Click the ⋮ menu → Custom repositories
- Add this repository:
https://github.com/ruaan-deysel/ha-unraid - Category: Integration
- Click Add
- Search for Unraid
- Click Download
- Restart Home Assistant
Manual Installation
- Download
unraid-2026.2.2.zip - Extract to
config/custom_components/ - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
SHA256 Checksum:
342ea53c45a60552ee90f7a33ffd3127618014b833f229a1e41adf82aafc4538 unraid-2026.2.2.zip
v2026.2.1
See CHANGELOG.md for details.
📦 Installation
Via HACS (Recommended)
- Open HACS in Home Assistant
- Go to Integrations
- Click the ⋮ menu → Custom repositories
- Add this repository:
https://github.com/ruaan-deysel/ha-unraid - Category: Integration
- Click Add
- Search for Unraid
- Click Download
- Restart Home Assistant
Manual Installation
- Download
unraid-2026.2.1.zip - Extract to
config/custom_components/ - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
SHA256 Checksum:
14602be015085677c51a8d5edcdeae97a5051e943d27215c5da670f1e9cb1676 unraid-2026.2.1.zip
v2026.2.0
What's New
- UNRAID-API: Refactored the integration code to use the Unraid-API python library. This change aligns with Home Assistant integration best practises and will make migration from HACS to HA Core easier.
Added
- RAM Used Sensor: New sensor showing active memory consumption (memory used by running processes), matching Unraid's "System + Docker" display. Uses
total - availablecalculation to exclude cached/buffered memory that can be reclaimed - Sensor Entity Translations: Added proper translation keys for all sensor entities in
strings.jsonandtranslations/en.json - Docker Container Restart Button: New button entity to restart Docker containers directly from Home Assistant UI
Changed
- Uptime Sensor: Renamed from "Uptime" to "Up since" to better describe the timestamp device class behavior. Removed diagnostic entity category to make it a regular sensor (aligns with core HA integration pattern)
- Control Switches: Converted button pairs to switches for better UX:
- Array Switch: Toggle array on/off (replaces separate start/stop buttons)
- Parity Check Switch: Toggle parity check running state (replaces separate start/stop buttons)
- Disk Spin Switch: Toggle disk spin up/down state per disk (replaces separate spin up/down buttons)
- Disk Temperature Sensors: Now disabled by default to reduce entity clutter. Users can enable per-disk temperature monitoring as needed
Fixed
- RAM Used Calculation: Fixed RAM Used sensor to show actual memory used by processes instead of raw "used" value which incorrectly included cached/buffered memory
- UPS Energy Sensor: Fixed UPS Power Sensor by adding UPS Energy sensor which you can add to Energy Dashboard.