Files
ha-text-ai/structure.md
T

19 lines
410 B
Markdown
Raw Normal View History

2024-11-19 17:18:23 +03:00
```
ha-text-ai/
├── custom_components/
│ └── ha_text_ai/
│ ├── __init__.py
│ ├── config_flow.py
│ ├── coordinator.py
│ ├── manifest.json
│ ├── sensor.py
│ ├── services.yaml
2024-11-24 23:17:41 +03:00
│ ├── const.py
│ └── api_client.py
2024-11-19 17:18:23 +03:00
└── strings/
2024-11-24 23:17:41 +03:00
├── en.json
└──ru.json
2024-11-19 17:18:23 +03:00
```