mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-23 07:33:58 +08:00
bump to version 2.0.8-beta
This commit is contained in:
+27
-29
@@ -1,32 +1,30 @@
|
||||
```
|
||||
ha-text-ai/
|
||||
├── custom_components
|
||||
│ └── ha_text_ai
|
||||
│ ├── __init__.py
|
||||
│ ├── api_client.py
|
||||
│ ├── config_flow.py
|
||||
│ ├── const.py
|
||||
│ ├── coordinator.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
|
||||
│ ├── sensor.py
|
||||
│ ├── services.yaml
|
||||
│ └── translations
|
||||
│ ├── de.json
|
||||
│ ├── en.json
|
||||
│ ├── es.json
|
||||
│ ├── hi.json
|
||||
│ ├── it.json
|
||||
│ ├── ru.json
|
||||
│ ├── sr.json
|
||||
│ └── zh.json
|
||||
ha_text_ai/
|
||||
├── __init__.py
|
||||
├── api_client.py
|
||||
├── config_flow.py
|
||||
├── const.py
|
||||
├── coordinator.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
|
||||
├── sensor.py
|
||||
├── services.yaml
|
||||
└── translations
|
||||
├── de.json
|
||||
├── en.json
|
||||
├── es.json
|
||||
├── hi.json
|
||||
├── it.json
|
||||
├── ru.json
|
||||
├── sr.json
|
||||
└── zh.json
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user