1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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
This commit is contained in:
Maikel Punie
2019-08-28 19:35:09 +02:00
committed by Martin Hjelmare
parent 49ad527a37
commit 33bd9c83fb
13 changed files with 358 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ FLOWS = [
"ambient_station",
"axis",
"cast",
"cert_expiry",
"daikin",
"deconz",
"dialogflow",