Skip to content

Releases: ruaan-deysel/ha-unraid

v2026.5.0

12 May 01:10

Choose a tag to compare

See CHANGELOG.md for details.


📦 Installation

Via HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Go to Integrations
  3. Click the menu → Custom repositories
  4. Add this repository: https://github.com/ruaan-deysel/ha-unraid
  5. Category: Integration
  6. Click Add
  7. Search for Unraid
  8. Click Download
  9. Restart Home Assistant

Manual Installation

  1. Download unraid-2026.5.0.zip
  2. Extract to config/custom_components/
  3. Restart Home Assistant
  4. Add the integration via SettingsDevices & ServicesAdd Integration

SHA256 Checksum:

a3ac8d73a42103931a5b0c520bf3021db4b25261e7e4e59a3c6eefbec2077f40  unraid-2026.5.0.zip

v2026.4.1

15 Apr 06:32
ffa1249

Choose a tag to compare

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

14 Apr 05:10

Choose a tag to compare

See CHANGELOG.md for details.

v2026.3.2

22 Mar 03:33

Choose a tag to compare

See CHANGELOG.md for details.


📦 Installation

Via HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Go to Integrations
  3. Click the menu → Custom repositories
  4. Add this repository: https://github.com/ruaan-deysel/ha-unraid
  5. Category: Integration
  6. Click Add
  7. Search for Unraid
  8. Click Download
  9. Restart Home Assistant

Manual Installation

  1. Download unraid-2026.3.2.zip
  2. Extract to config/custom_components/
  3. Restart Home Assistant
  4. Add the integration via SettingsDevices & ServicesAdd Integration

SHA256 Checksum:

b17d6b8011890bea0187699a2bd5d80a84edb4d7680dc10cc9fff28d3c159bcb  unraid-2026.3.2.zip

v2026.3.1

20 Mar 09:57
16d95d6

Choose a tag to compare

See CHANGELOG.md for details.

v2026.3.0

07 Mar 07:03
0707d64

Choose a tag to compare

See CHANGELOG.md for details.

v2026.2.3

07 Feb 12:09
3a94550

Choose a tag to compare

See CHANGELOG.md for details.


📦 Installation

Via HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Go to Integrations
  3. Click the menu → Custom repositories
  4. Add this repository: https://github.com/ruaan-deysel/ha-unraid
  5. Category: Integration
  6. Click Add
  7. Search for Unraid
  8. Click Download
  9. Restart Home Assistant

Manual Installation

  1. Download unraid-2026.2.3.zip
  2. Extract to config/custom_components/
  3. Restart Home Assistant
  4. Add the integration via SettingsDevices & ServicesAdd Integration

SHA256 Checksum:

42ef685466db1c0f4b25eeb087aa7041141a20f7bec21d47e85bb0d4944369cf  unraid-2026.2.3.zip

v2026.2.2

03 Feb 00:31

Choose a tag to compare

See CHANGELOG.md for details.


📦 Installation

Via HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Go to Integrations
  3. Click the menu → Custom repositories
  4. Add this repository: https://github.com/ruaan-deysel/ha-unraid
  5. Category: Integration
  6. Click Add
  7. Search for Unraid
  8. Click Download
  9. Restart Home Assistant

Manual Installation

  1. Download unraid-2026.2.2.zip
  2. Extract to config/custom_components/
  3. Restart Home Assistant
  4. Add the integration via SettingsDevices & ServicesAdd Integration

SHA256 Checksum:

342ea53c45a60552ee90f7a33ffd3127618014b833f229a1e41adf82aafc4538  unraid-2026.2.2.zip

v2026.2.1

01 Feb 02:22
6a494b3

Choose a tag to compare

See CHANGELOG.md for details.


📦 Installation

Via HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Go to Integrations
  3. Click the menu → Custom repositories
  4. Add this repository: https://github.com/ruaan-deysel/ha-unraid
  5. Category: Integration
  6. Click Add
  7. Search for Unraid
  8. Click Download
  9. Restart Home Assistant

Manual Installation

  1. Download unraid-2026.2.1.zip
  2. Extract to config/custom_components/
  3. Restart Home Assistant
  4. Add the integration via SettingsDevices & ServicesAdd Integration

SHA256 Checksum:

14602be015085677c51a8d5edcdeae97a5051e943d27215c5da670f1e9cb1676  unraid-2026.2.1.zip

v2026.2.0

30 Jan 07:43
0d3cb27

Choose a tag to compare

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 - available calculation to exclude cached/buffered memory that can be reclaimed
  • Sensor Entity Translations: Added proper translation keys for all sensor entities in strings.json and translations/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.