mirror of
https://github.com/home-assistant/core.git
synced 2025-11-27 03:28:04 +00:00
Improve string formatting v3 (#33667)
* Improve string formatting v3 * Address review comment
This commit is contained in:
@@ -69,7 +69,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||
for variable in conditions:
|
||||
if variable in _BINARY_TYPES_DEPRECATED:
|
||||
wstr = (
|
||||
variable + " is no a longer supported "
|
||||
f"{variable} is no a longer supported "
|
||||
"monitored_conditions. See "
|
||||
"https://www.home-assistant.io/integrations/binary_sensor.nest/ "
|
||||
"for valid options."
|
||||
|
||||
Reference in New Issue
Block a user