From d2b5626977ada88f64d480932b29f2067f438729 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Sun, 24 Nov 2024 23:17:41 +0300 Subject: [PATCH] Release v2.0.0 --- structure.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/structure.md b/structure.md index 653bebd..da8c3c3 100644 --- a/structure.md +++ b/structure.md @@ -9,8 +9,10 @@ ha-text-ai/ │ ├── manifest.json │ ├── sensor.py │ ├── services.yaml -│ └── const.py +│ ├── const.py +│ └── api_client.py │ └── strings/ - └── en.json + ├── en.json + └──ru.json ```