Files
ha-text-ai/structure.md
T

26 lines
605 B
Markdown
Raw Normal View History

2024-11-19 17:18:23 +03:00
```
ha-text-ai/
├── custom_components/
2024-11-26 01:20:08 +03:00
├── 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
2024-11-19 17:18:23 +03:00
```