Skip to content

Commit

Permalink
use standard interfaces in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-klein committed Jan 22, 2020
1 parent 382dc51 commit 7a6cf1e
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 469 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/konnected/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
DATA_SCHEMA_KONN_MODEL_PRO_2[
vol.Required("9", default=CONF_IO_DIS)
] = OPTIONS_IO_INPUT_ONLY
DATA_SCHEMA_KONN_MODEL_PRO_2[
vol.Required("10", default=CONF_IO_DIS)
] = OPTIONS_IO_INPUT_ONLY
DATA_SCHEMA_KONN_MODEL_PRO_2[
vol.Required("11", default=CONF_IO_DIS)
] = OPTIONS_IO_INPUT_ONLY
Expand Down
Loading

0 comments on commit 7a6cf1e

Please sign in to comment.