-
- Downloads
Add Islamic Prayer Times config flow (#31590)
* Add Islamic Prayer Times config_flow * Add Islamic Prayer Times config_flow * handle options update and fix tests * fix sensor update handling * fix pylint * fix scheduled update and add test * update test_init * update flow options to show drop list * clean up code * async scheduling and revert state to timestamp * fix update retry method * update strings * keep title as root key
Showing
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/islamic_prayer_times/.translations/en.json 23 additions, 0 deletions...ant/components/islamic_prayer_times/.translations/en.json
- homeassistant/components/islamic_prayer_times/__init__.py 205 additions, 0 deletionshomeassistant/components/islamic_prayer_times/__init__.py
- homeassistant/components/islamic_prayer_times/config_flow.py 59 additions, 0 deletionshomeassistant/components/islamic_prayer_times/config_flow.py
- homeassistant/components/islamic_prayer_times/const.py 14 additions, 0 deletionshomeassistant/components/islamic_prayer_times/const.py
- homeassistant/components/islamic_prayer_times/manifest.json 2 additions, 1 deletionhomeassistant/components/islamic_prayer_times/manifest.json
- homeassistant/components/islamic_prayer_times/sensor.py 25 additions, 175 deletionshomeassistant/components/islamic_prayer_times/sensor.py
- homeassistant/components/islamic_prayer_times/strings.json 23 additions, 0 deletionshomeassistant/components/islamic_prayer_times/strings.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- tests/components/islamic_prayer_times/__init__.py 44 additions, 0 deletionstests/components/islamic_prayer_times/__init__.py
- tests/components/islamic_prayer_times/test_config_flow.py 83 additions, 0 deletionstests/components/islamic_prayer_times/test_config_flow.py
- tests/components/islamic_prayer_times/test_init.py 133 additions, 0 deletionstests/components/islamic_prayer_times/test_init.py
- tests/components/islamic_prayer_times/test_sensor.py 18 additions, 176 deletionstests/components/islamic_prayer_times/test_sensor.py
Loading
Please register or sign in to comment