2024-11-19 17:18:23 +03:00
|
|
|
```
|
|
|
|
|
ha-text-ai/
|
|
|
|
|
│
|
|
|
|
|
├── custom_components/
|
|
|
|
|
│ └── ha_text_ai/
|
|
|
|
|
│ ├── __init__.py
|
|
|
|
|
│ ├── config_flow.py
|
|
|
|
|
│ ├── coordinator.py
|
|
|
|
|
│ ├── manifest.json
|
|
|
|
|
│ ├── sensor.py
|
|
|
|
|
│ ├── services.yaml
|
2024-11-24 23:17:41 +03:00
|
|
|
│ ├── const.py
|
|
|
|
|
│ └── api_client.py
|
2024-11-19 17:18:23 +03:00
|
|
|
│
|
|
|
|
|
└── strings/
|
2024-11-24 23:17:41 +03:00
|
|
|
├── en.json
|
|
|
|
|
└──ru.json
|
2024-11-19 17:18:23 +03:00
|
|
|
```
|