Files
ha-text-ai/structure.md
T

17 lines
355 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
│ └── const.py
└── strings/
2024-11-20 01:29:14 +03:00
└── en.json
2024-11-19 17:18:23 +03:00
```