Add www. to all documentation links (#32063)
* Add www. to all documentation links * Fix broken redirect uri test
This commit is contained in:
parent
3385893b77
commit
b41cbe9885
11 changed files with 15 additions and 14 deletions
|
@ -90,14 +90,14 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
|||
if variable in DEPRECATED_WEATHER_VARS:
|
||||
wstr = (
|
||||
"Nest no longer provides weather data like %s. See "
|
||||
"https://home-assistant.io/integrations/#weather "
|
||||
"https://www.home-assistant.io/integrations/#weather "
|
||||
"for a list of other weather integrations to use." % variable
|
||||
)
|
||||
else:
|
||||
wstr = (
|
||||
variable + " is no a longer supported "
|
||||
"monitored_conditions. See "
|
||||
"https://home-assistant.io/integrations/"
|
||||
"https://www.home-assistant.io/integrations/"
|
||||
"binary_sensor.nest/ for valid options."
|
||||
)
|
||||
_LOGGER.error(wstr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue