Files
SMKRV 47c731c9ee docs: Update structure.md to reflect current file layout
Fix root path to custom_components/ha_text_ai/, add new modules
(history.py, metrics.py, providers.py, utils.py, strings.json).
2026-03-12 14:54:18 +03:00

36 lines
776 B
Markdown

```
custom_components/ha_text_ai/
├── __init__.py
├── api_client.py
├── config_flow.py
├── const.py
├── coordinator.py
├── history.py
├── metrics.py
├── providers.py
├── sensor.py
├── services.yaml
├── strings.json
├── utils.py
├── icons
│ ├── dark_icon.png
│ ├── dark_icon@2x.png
│ ├── dark_logo.png
│ ├── dark_logo@2x.png
│ ├── icon.png
│ ├── icon@2x.png
│ ├── logo.png
│ └── logo@2x.png
├── manifest.json
└── translations
├── de.json
├── en.json
├── es.json
├── hi.json
├── it.json
├── ru.json
├── sr.json
└── zh.json
```