mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-22 23:24:03 +08:00
26 lines
605 B
Markdown
26 lines
605 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
|
|
│
|
|
├── translations/
|
|
│ ├── en.json
|
|
│ ├── de.json
|
|
│ └── ru.json
|
|
│
|
|
└── icons/
|
|
├── icon.png
|
|
├── icon@2x.png
|
|
├── logo.png
|
|
└── logo@2x.png
|
|
```
|