Skip to content

Home Assistant integration for InvenTree: Automate your inventory management with sensors, services, and a planned full GUI interface.

Notifications You must be signed in to change notification settings

benoit505/ha-inventree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant InvenTree Integration

hacs_badge

A Home Assistant integration for InvenTree inventory management system.

Features

Fetches stock levels from InvenTree categories Creates sensors for inventory tracking Allows stock adjustments directly from Home Assistant Integrates with custom Lovelace cards for visualization

Installation

HACS (Recommended)

  1. Make sure you have HACS installed
  2. Add this repository as a custom repository in HACS:

Search for "InvenTree" in HACS and install

Manual Installation

Copy the custom_components/inventree directory to your Home Assistant's custom_components directory Restart Home Assistant

Configuration Add your InvenTree credentials through the UI:

Go to Configuration > Integrations Click the + button Search for "InvenTree" Follow the configuration steps

Usage

After configuration, the integration will create sensors for each InvenTree category. Example automation:

  - alias: "Low Stock Alert"
    trigger:
      platform: numeric_state
      entity_id: sensor.inventree_category_stock
      below: 5
    action:
      - service: notify.notify
        data:
          message: "Stock is running low!"

Contributing

Feel free to contribute! Just open a PR.

About

Home Assistant integration for InvenTree: Automate your inventory management with sensors, services, and a planned full GUI interface.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages