mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Fix merge conflicts
This commit is contained in:
parent
599c6240f4
commit
41b43199a3
@ -47,13 +47,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"connection_type": "KNX Connection Type",
|
"connection_type": "KNX Connection Type",
|
||||||
"individual_address": "Default individual address",
|
"individual_address": "Default individual address",
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
"local_ip": "Local IP of Home Assistant (use 0.0.0.0 for automatic detection)",
|
"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_group": "Multicast group used for routing and discovery",
|
||||||
"multicast_port": "Multicast port 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",
|
"rate_limit": "Maximum outgoing telegrams per second",
|
||||||
"state_updater": "Globally enable reading states from the KNX Bus"
|
"state_updater": "Globally enable reading states from the KNX Bus"
|
||||||
}
|
}
|
||||||
|
@ -198,7 +198,7 @@ async def test_get_triggers_non_initialized_devices(hass):
|
|||||||
expected_triggers = []
|
expected_triggers = []
|
||||||
|
|
||||||
triggers = await async_get_device_automations(
|
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)
|
assert_lists_same(triggers, expected_triggers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user