Add files via upload

This commit is contained in:
thekiwismarthome
2026-02-05 23:39:05 +13:00
committed by GitHub
parent 3160c75305
commit a89129b284
11 changed files with 3027 additions and 1 deletions
+35 -1
View File
@@ -1 +1,35 @@
# Shopping-List-Manager
## Installation
### 1. Install via HACS
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=thekiwismarthome&repository=shopping-list-manager&category=integration)
Click the button above or manually add the custom repository in HACS.
Restart HA
### 2. Add the Card Resource
After installing via HACS, add the frontend resource:
1. Go to Settings → Dashboards
2. Click ⋮ (three dots, top right) → Resources
3. Click "+ Add Resource"
4. URL: `/hacsfiles/shopping-list-manager/shopping_list_card.js`
5. Resource type: JavaScript Module
6. Click "Create"
### 3. Add the Integration
[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=shopping_list_manager)
Click the button above or manually add via Settings → Devices & Services.
### 4. Add Card to Dashboard
```yaml
type: custom:shopping-list-card
title: Shopping List
list_id: groceries
```
Use the ⚙️ cog button in the card to configure settings.