https://github.com/bigslick76/prayer_times_integration
prayer_times_integration
https://github.com/bigslick76/prayer_times_integration
home-assistant islam islamic mosque mosques prayer-times prayer-times-app prayertimes salat-calender salat-timings
Last synced: about 1 month ago
JSON representation
prayer_times_integration
- Host: GitHub
- URL: https://github.com/bigslick76/prayer_times_integration
- Owner: BigSlick76
- Created: 2024-11-02T21:17:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T22:44:55.000Z (7 months ago)
- Last Synced: 2025-02-13T16:41:43.085Z (3 months ago)
- Topics: home-assistant, islam, islamic, mosque, mosques, prayer-times, prayer-times-app, prayertimes, salat-calender, salat-timings
- Language: Python
- Homepage: https://mosquee-oissel.org/dons-pour-la-mosquee/
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prayer_times_integration
prayer_times_integration# Prayer Times Integration
Une intégration pour Home Assistant qui fournit les horaires de prière pour différentes villes.
## Installation
1. Clonez ce dépôt dans votre répertoire `custom_components` :
```bash
git clone https://github.com/USERNAME/prayer_times_integration.git## Structure
custom_components/
└── prayer_times/
├── __init__.py
├── manifest.json
├── sensor.py
├── data/
│ ├── /
│ │ ├── 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"
}
