Files
ha-text-ai/structure.md
T

36 lines
776 B
Markdown
Raw Normal View History

2024-11-19 17:18:23 +03:00
```
custom_components/ha_text_ai/
2024-12-06 16:33:46 +03:00
├── __init__.py
├── api_client.py
├── config_flow.py
├── const.py
├── coordinator.py
├── history.py
├── metrics.py
├── providers.py
2024-12-06 16:33:46 +03:00
├── 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
2024-12-06 16:33:46 +03:00
└── translations
├── de.json
├── en.json
├── es.json
├── hi.json
├── it.json
├── ru.json
├── sr.json
└── zh.json
2024-12-04 23:32:05 +03:00
2024-11-19 17:18:23 +03:00
```