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 ```