Ask for IoT class during scaffold (#49647)

Co-authored-by: Milan Meulemans <milan.meulemans@live.be>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen
2021-04-25 03:13:22 -07:00
committed by GitHub
parent b92f29997e
commit 9f8e683ae3
5 changed files with 23 additions and 4 deletions

View File

@ -18,6 +18,7 @@ class Info:
is_new: bool = attr.ib()
codeowner: str = attr.ib(default=None)
requirement: str = attr.ib(default=None)
iot_class: str = attr.ib(default=None)
authentication: str = attr.ib(default=None)
discoverable: str = attr.ib(default=None)
oauth2: str = attr.ib(default=None)