Fix merge conflicts

This commit is contained in:
Paulus Schoutsen 2022-01-04 14:48:13 -08:00
parent 599c6240f4
commit 41b43199a3
2 changed files with 1 additions and 5 deletions

View File

@ -47,13 +47,9 @@
"data": {
"connection_type": "KNX Connection Type",
"individual_address": "Default individual address",
<<<<<<< HEAD
=======
"local_ip": "Local IP of Home Assistant (use 0.0.0.0 for automatic detection)",
>>>>>>> b9247f3952 (Fix local_ip handling in KNX options flow (#62969))
"multicast_group": "Multicast group used for routing and discovery",
"multicast_port": "Multicast port used for routing and discovery",
"local_ip": "Local IP (leave empty if unsure)",
"rate_limit": "Maximum outgoing telegrams per second",
"state_updater": "Globally enable reading states from the KNX Bus"
}

View File

@ -198,7 +198,7 @@ async def test_get_triggers_non_initialized_devices(hass):
expected_triggers = []
triggers = await async_get_device_automations(
hass, DeviceAutomationType.TRIGGER, coap_wrapper.device_id
hass, "trigger", coap_wrapper.device_id
)
assert_lists_same(triggers, expected_triggers)