Skip to content

jack3308/stockpile

Repository files navigation

StockPile - Home Assistant Integration

hacs_badge

A Home Assistant integration for managing stockpiles of consumable items.

Features

  • Track quantities of consumable items

  • Monitor consumption patterns

  • Manage restocking events

  • Schedule consumption and restocking

  • Support different types of consumables

Installation

  1. Install via HACS (recommended):

    • Add this repository to HACS as a custom repository

    • Search for "StockPile" in HACS integrations

    • Install and restart Home Assistant

  2. Manual Installation:

    • Copy the custom_components/stockpile directory to your Home Assistant's custom_components directory

    • Restart Home Assistant

Configuration

Add to your configuration.yaml:

stockpile:
  piles:
  - name: wine
    unit: bottles
    initial_quantity: 12
    min_quantity: 2
    max_quantity: 24
    step_size: 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages