diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5a64b0d5b73..2783972953b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -16,7 +16,7 @@ - Home Assistant Core release with the issue: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9667775e8e9..6b13f0980b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,7 +31,7 @@ body: label: What version of Home Assistant Core has the issue? placeholder: core- description: > - Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). + Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/). [![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/) - type: input @@ -46,7 +46,7 @@ body: attributes: label: What type of installation are you running? description: > - Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). + Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/). [![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/) options: diff --git a/homeassistant/components/motioneye/__init__.py b/homeassistant/components/motioneye/__init__.py index 37a15931920..279cc8bde70 100644 --- a/homeassistant/components/motioneye/__init__.py +++ b/homeassistant/components/motioneye/__init__.py @@ -177,7 +177,7 @@ def async_generate_motioneye_webhook( except NoURLAvailableError: _LOGGER.warning( "Unable to get Home Assistant URL. Have you set the internal and/or " - "external URLs in Configuration -> General?" + "external URLs in Settings -> System -> Network?" ) return None