prayer_times_integration
Une intégration pour Home Assistant qui fournit les horaires de prière pour différentes villes.
- Clonez ce dépôt dans votre répertoire
custom_components
:git clone https://github.com/USERNAME/prayer_times_integration.git
custom_components/ └── prayer_times/ ├── init.py ├── manifest.json ├── sensor.py ├── data/ │ ├── <city_name>/ │ │ ├── 01.csv │ │ ├── 02.csv │ │ ├── 03.csv │ │ ├── 04.csv │ │ ├── 05.csv │ │ ├── 06.csv │ │ ├── 07.csv │ │ ├── 08.csv │ │ ├── 09.csv │ │ ├── 10.csv │ │ ├── 11.csv │ │ ├── 12.csv │ │ ├── iqama.csv │ │ └── vendredi.csv └── README.md
{ "domain": "prayer_times", "name": "Prayer Times", "documentation": "https://github.comBigSlick76/prayer_times_integration", "requirements": [], "dependencies": [], "codeowners": ["@BigSlick76"], "version": "1.0.0" }