From 2bf17aa4c901886e367097eb904f5b20046cffb6 Mon Sep 17 00:00:00 2001 From: Florian Wartner Date: Tue, 28 May 2024 16:50:52 +0200 Subject: [PATCH] WIP --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ac8c9ae..eff2780 100644 --- a/README.md +++ b/README.md @@ -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**