Improve string formatting v3 (#33667)
* Improve string formatting v3 * Address review comment
This commit is contained in:
parent
bf1b408038
commit
c20a965eda
24 changed files with 32 additions and 37 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue