Use reference strings in lifx (#41124)

This commit is contained in:
Jason Madigan
2020-10-03 13:12:52 +01:00
committed by GitHub
parent d0a1a6cba5
commit a3fef0f330

View File

@@ -6,8 +6,8 @@
} }
}, },
"abort": { "abort": {
"single_instance_allowed": "Only a single configuration of LIFX is possible.", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "No LIFX devices found on the network." "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
} }
} }
} }