Updated apps

This commit is contained in:
2026-07-09 13:30:12 -04:00
parent 0f7585754d
commit 6cc7212cef
262 changed files with 16124 additions and 107 deletions
@@ -0,0 +1,10 @@
# Service definitions for Amazon Order Status
# https://developers.home-assistant.io/docs/dev_101_services
purge_order:
description: Remove a specific order from tracking. The order will no longer appear in the sensors.
fields:
order_id:
description: The Amazon order number to remove (e.g. 123-4567890-1234567). Copy from sensor attributes.
required: true
example: "123-4567890-1234567"