Files
ha-text-ai/structure.md
T
2024-12-04 23:32:05 +03:00

33 lines
1.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```
ha-text-ai/
├── custom_components
│   └── ha_text_ai
│   ├── __init__.py
│   ├── api_client.py
│   ├── config_flow.py
│   ├── const.py
│   ├── coordinator.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
│   ├── sensor.py
│   ├── services.yaml
│   └── translations
│   ├── de.json
│   ├── en.json
│   ├── es.json
│   ├── hi.json
│   ├── it.json
│   ├── ru.json
│   ├── sr.json
│   └── zh.json
```