mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Add options flow to enable multiprotocol support on sky connect (#82525)
This commit is contained in:
@@ -144,8 +144,8 @@ async def test_setup_zha_multipan(
|
||||
config_entry = hass.config_entries.async_entries("zha")[0]
|
||||
assert config_entry.data == {
|
||||
"device": {
|
||||
"baudrate": 115200,
|
||||
"flow_control": "hardware",
|
||||
"baudrate": 57600, # ZHA default
|
||||
"flow_control": "software", # ZHA default
|
||||
"path": "socket://core-silabs-multiprotocol:9999",
|
||||
},
|
||||
"radio_type": "ezsp",
|
||||
|
||||
Reference in New Issue
Block a user