mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Testing Grocy for tracking inventory of consumables and chores
This commit is contained in:
19
config/packages/inventory.yaml
Executable file
19
config/packages/inventory.yaml
Executable file
@@ -0,0 +1,19 @@
|
||||
###############################################################################
|
||||
# @author : Jeffrey Stone
|
||||
# @date : 08/16/2019
|
||||
# @package : Inventory
|
||||
# @description : Automating Grocy Inventory Management. Here you will find notifications for inventory and helpers for adding stock
|
||||
# The scripts are meant to be exectuted via voice.
|
||||
# For any product that doesn't expire use '2999-12-31'
|
||||
###############################################################################
|
||||
|
||||
|
||||
script:
|
||||
# Add HVAC Air Filters
|
||||
purchased_hvac_air_filters:
|
||||
sequence:
|
||||
- service: grocy.add_product
|
||||
data:
|
||||
product_id: 3
|
||||
amount: 1
|
||||
price: 0.00
|
Reference in New Issue
Block a user