Add config flow for min_max sensor (#67807)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Erik Montnemery 2022-03-28 09:39:54 +02:00 committed by GitHub
parent 1746677b61
commit 66d892237d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 402 additions and 18 deletions

View file

@ -403,6 +403,7 @@ FLOWS = {
],
"helper": [
"derivative",
"min_max",
"tod"
]
}