From 17c1792637f7ae7c322ab4e9d6ed8509adb820cb Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Fri, 30 Jan 2026 01:36:30 +0300 Subject: [PATCH] Remove repository structure from README --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index c39a3b5..77ac0a6 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,6 @@ A collection of custom integrations for Home Assistant. -## Repository Structure - -``` -haos-integrations/ -├── immich_album_watcher/ # Immich Album Watcher integration -│ ├── __init__.py -│ ├── binary_sensor.py -│ ├── camera.py -│ ├── config_flow.py -│ ├── const.py -│ ├── coordinator.py -│ ├── manifest.json -│ ├── sensor.py -│ ├── services.yaml -│ ├── strings.json -│ ├── icon.png -│ ├── README.md -│ └── translations/ -│ ├── en.json -│ └── ru.json -├── .gitignore -├── LICENSE -└── README.md -``` - ## Available Integrations | Integration | Description | Documentation |