This commit is contained in:
Devaev Maxim
2020-08-31 07:33:33 +03:00
parent beb28691e3
commit 9feb353150
2 changed files with 1 additions and 5 deletions

View File

@@ -182,7 +182,6 @@ def _patch_dynamic( # pylint: disable=too-many-locals
ch_scheme: Dict = {
"pin": Option(-1, type=valid_gpio_pin),
"mode": Option("", type=valid_gpio_mode),
"title": Option(""),
"inverted": Option(False, type=valid_bool),
}
if mode == "output":