Add pin code support to the Risco integration (#39177)
* Pin code support for Risco * Remove unused parameter * Fix imports * Fix typo * Apply suggestions from code review Co-authored-by: Chris Talkington <chris@talkingtontech.com> Co-authored-by: Chris Talkington <chris@talkingtontech.com>
This commit is contained in:
parent
9e3f7ac8df
commit
15c101e85d
6 changed files with 155 additions and 35 deletions
|
@ -129,7 +129,11 @@ async def test_form_already_exists(hass):
|
|||
|
||||
async def test_options_flow(hass):
|
||||
"""Test options flow."""
|
||||
conf = {"scan_interval": 10}
|
||||
conf = {
|
||||
"scan_interval": 10,
|
||||
"code_arm_required": True,
|
||||
"code_disarm_required": True,
|
||||
}
|
||||
|
||||
entry = MockConfigEntry(
|
||||
domain=DOMAIN, unique_id=TEST_DATA["username"], data=TEST_DATA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue