Update files

This commit is contained in:
SMKRV
2024-11-18 02:06:15 +03:00
parent 92075e303f
commit 6a3be87d59
4 changed files with 88 additions and 18 deletions
+27
View File
@@ -0,0 +1,27 @@
ha_text_ai/
├── custom_components/
│ └── ha_text_ai/
│ ├── __init__.py
│ ├── manifest.json
│ ├── config_flow.py
│ ├── const.py
│ ├── coordinator.py
│ ├── sensor.py
│ ├── services.yaml
│ └── translations/
│ ├── en.json
│ └── ru.json
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.md
│ │ └── feature_request.md
│ └── workflows/
│ ├── hassfest.yaml
│ └── validate.yaml
├── tests/
│ └── test_init.py
├── .gitignore
├── LICENSE
├── README.md
├── hacs.json
└── info.md