Add www. to all documentation links (#32063)

* Add www. to all documentation links

* Fix broken redirect uri test
This commit is contained in:
springstan 2020-02-22 01:10:02 +01:00 committed by GitHub
parent 3385893b77
commit b41cbe9885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 14 deletions

View file

@ -71,7 +71,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
wstr = (
variable + " is no a longer supported "
"monitored_conditions. See "
"https://home-assistant.io/integrations/binary_sensor.nest/ "
"https://www.home-assistant.io/integrations/binary_sensor.nest/ "
"for valid options."
)
_LOGGER.error(wstr)