-
- Downloads
Enable cert_expiry config entries (#25624)
* Enable cert_expiry config entries * add black * lint fixes * Rerun black * Black on json files is a bad idea * Work on comments * Forgot the lint * More comment work * Correctly set defaults * More comments * Add codeowner * Fix black * More comments implemented * Removed the catch * Add helper.py from cert_expiry to .coveragerc
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/cert_expiry/.translations/en.json 24 additions, 0 deletionshomeassistant/components/cert_expiry/.translations/en.json
- homeassistant/components/cert_expiry/__init__.py 24 additions, 0 deletionshomeassistant/components/cert_expiry/__init__.py
- homeassistant/components/cert_expiry/config_flow.py 98 additions, 0 deletionshomeassistant/components/cert_expiry/config_flow.py
- homeassistant/components/cert_expiry/const.py 6 additions, 0 deletionshomeassistant/components/cert_expiry/const.py
- homeassistant/components/cert_expiry/helper.py 15 additions, 0 deletionshomeassistant/components/cert_expiry/helper.py
- homeassistant/components/cert_expiry/manifest.json 7 additions, 6 deletionshomeassistant/components/cert_expiry/manifest.json
- homeassistant/components/cert_expiry/sensor.py 19 additions, 30 deletionshomeassistant/components/cert_expiry/sensor.py
- homeassistant/components/cert_expiry/strings.json 24 additions, 0 deletionshomeassistant/components/cert_expiry/strings.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- tests/components/cert_expiry/__init__.py 1 addition, 0 deletionstests/components/cert_expiry/__init__.py
- tests/components/cert_expiry/test_config_flow.py 137 additions, 0 deletionstests/components/cert_expiry/test_config_flow.py
tests/components/cert_expiry/__init__.py
0 → 100644
Please register or sign in to comment