mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
docs: Update structure.md to reflect current file layout
Fix root path to custom_components/ha_text_ai/, add new modules (history.py, metrics.py, providers.py, utils.py, strings.json).
This commit is contained in:
+16
-11
@@ -1,22 +1,27 @@
|
|||||||
```
|
```
|
||||||
ha_text_ai/
|
custom_components/ha_text_ai/
|
||||||
├── __init__.py
|
├── __init__.py
|
||||||
├── api_client.py
|
├── api_client.py
|
||||||
├── config_flow.py
|
├── config_flow.py
|
||||||
├── const.py
|
├── const.py
|
||||||
├── coordinator.py
|
├── coordinator.py
|
||||||
├── icons
|
├── history.py
|
||||||
│ ├── dark_icon.png
|
├── metrics.py
|
||||||
│ ├── dark_icon@2x.png
|
├── providers.py
|
||||||
│ ├── dark_logo.png
|
|
||||||
│ ├── dark_logo@2x.png
|
|
||||||
│ ├── icon.png
|
|
||||||
│ ├── icon@2x.png
|
|
||||||
│ ├── logo.png
|
|
||||||
│ └── logo@2x.png
|
|
||||||
├── manifest.json
|
|
||||||
├── sensor.py
|
├── sensor.py
|
||||||
├── services.yaml
|
├── 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
|
||||||
└── translations
|
└── translations
|
||||||
├── de.json
|
├── de.json
|
||||||
├── en.json
|
├── en.json
|
||||||
|
|||||||
Reference in New Issue
Block a user