mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05:00
* use DataUpdateCoordinator for islamic_prayer_times Add suggested type hints remove uneccassry options setup * Use entity_description for sensors * move coordinator into separate file, sensor_descptions to sensor.py * add strict typing * revert strict typing * fix test coverage * revert unrelated file changes * fix sorting * Update code based on review * add missing type hint * more missing type hints * Update homeassistant/components/islamic_prayer_times/coordinator.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * remove config_entry parameter --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>