From 30a9b53ba11a299f446b8b9fc689f4b08e917948 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Tue, 19 Nov 2024 17:18:23 +0300 Subject: [PATCH] Markdown changes --- structure.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/structure.md b/structure.md index e69de29..3304760 100644 --- a/structure.md +++ b/structure.md @@ -0,0 +1,17 @@ +``` +ha-text-ai/ +│ +├── custom_components/ +│ └── ha_text_ai/ +│ ├── __init__.py +│ ├── config_flow.py +│ ├── coordinator.py +│ ├── manifest.json +│ ├── sensor.py +│ ├── services.yaml +│ └── const.py +│ +└── strings/ + ├── en.json + └── ru.json +```