mirror of
https://github.com/home-assistant/core.git
synced 2025-09-09 04:59:24 +00:00
Improve string formatting v3 (#33667)
* Improve string formatting v3 * Address review comment
This commit is contained in:
@@ -96,7 +96,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||
)
|
||||
else:
|
||||
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