Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wartner committed May 28, 2024
1 parent b510315 commit 2bf17aa
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ The **OpenWakeWord** integration for Home Assistant allows you to easily manage

```plaintext
custom_components/
└── openwakeword/
├── __init__.py
├── manifest.json
├── config_flow.py
├── const.py
├── sensor.py
├── services.yaml
├── update.py
└── requirements.txt
└── openwakeword/
├── __init__.py
├── manifest.json
├── config_flow.py
├── const.py
├── sensor.py
├── services.yaml
├── update.py
├── requirements.txt
└── translations/
└── en.json
```
2. **Install Dependencies**
Expand Down

0 comments on commit 2bf17aa

Please sign in to comment.