mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-28 10:04:00 +08:00
docs: structure
This commit is contained in:
+29
-22
@@ -1,25 +1,32 @@
|
|||||||
```
|
```
|
||||||
ha-text-ai/
|
ha-text-ai/
|
||||||
│
|
├── custom_components
|
||||||
├── custom_components/
|
│ └── ha_text_ai
|
||||||
├── ha_text_ai/
|
│ ├── __init__.py
|
||||||
│ ├── __init__.py
|
│ ├── api_client.py
|
||||||
│ ├── config_flow.py
|
│ ├── config_flow.py
|
||||||
│ ├── coordinator.py
|
│ ├── const.py
|
||||||
│ ├── manifest.json
|
│ ├── coordinator.py
|
||||||
│ ├── sensor.py
|
│ ├── icons
|
||||||
│ ├── services.yaml
|
│ │ ├── dark_icon.png
|
||||||
│ ├── const.py
|
│ │ ├── dark_icon@2x.png
|
||||||
│ └── api_client.py
|
│ │ ├── dark_logo.png
|
||||||
│
|
│ │ ├── dark_logo@2x.png
|
||||||
├── translations/
|
│ │ ├── icon.png
|
||||||
│ ├── en.json
|
│ │ ├── icon@2x.png
|
||||||
│ ├── de.json
|
│ │ ├── logo.png
|
||||||
│ └── ru.json
|
│ │ └── logo@2x.png
|
||||||
│
|
│ ├── manifest.json
|
||||||
└── icons/
|
│ ├── sensor.py
|
||||||
├── icon.png
|
│ ├── services.yaml
|
||||||
├── icon@2x.png
|
│ └── translations
|
||||||
├── logo.png
|
│ ├── de.json
|
||||||
└── logo@2x.png
|
│ ├── en.json
|
||||||
|
│ ├── es.json
|
||||||
|
│ ├── hi.json
|
||||||
|
│ ├── it.json
|
||||||
|
│ ├── ru.json
|
||||||
|
│ ├── sr.json
|
||||||
|
│ └── zh.json
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user