mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Use reference strings in lifx (#41124)
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration of LIFX is possible.",
|
||||
"no_devices_found": "No LIFX devices found on the network."
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user