mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 00:44:04 +00:00
committed by
Paulus Schoutsen
parent
b59d69f313
commit
089e15e046
@@ -125,8 +125,8 @@ class UpnpFlowHandler(data_entry_flow.FlowHandler):
|
||||
data_schema=vol.Schema(
|
||||
OrderedDict([
|
||||
(vol.Required('name'), vol.In(names)),
|
||||
(vol.Optional('enable_sensors'), bool),
|
||||
(vol.Optional('enable_port_mapping'), bool),
|
||||
(vol.Optional('enable_sensors', default=False), bool),
|
||||
(vol.Optional('enable_port_mapping', default=False), bool),
|
||||
])
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user