Files
ha-text-ai/structure.md
T
2024-11-24 23:17:41 +03:00

19 lines
410 B
Markdown

```
ha-text-ai/
├── custom_components/
│ └── ha_text_ai/
│ ├── __init__.py
│ ├── config_flow.py
│ ├── coordinator.py
│ ├── manifest.json
│ ├── sensor.py
│ ├── services.yaml
│ ├── const.py
│ └── api_client.py
└── strings/
├── en.json
└──ru.json
```