From 306e8bc068e9f1a2807fe7b396d24a86637c6893 Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Mon, 18 Nov 2024 01:00:32 +0300 Subject: [PATCH] Remove structure.md --- structure.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 structure.md diff --git a/structure.md b/structure.md deleted file mode 100644 index 181a28a..0000000 --- a/structure.md +++ /dev/null @@ -1,27 +0,0 @@ -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