Adjust path to version info in Github issue template (#72431)

This commit is contained in:
Philip Allgaier 2022-05-25 05:51:19 +02:00 committed by GitHub
parent 76146cf57c
commit 209f37196e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
<!-- <!--
Provide details about the versions you are using, which helps us to reproduce Provide details about the versions you are using, which helps us to reproduce
and find the issue quicker. Version information is found in the and find the issue quicker. Version information is found in the
Home Assistant frontend: Configuration -> Info. Home Assistant frontend: Settings -> About.
--> -->
- Home Assistant Core release with the issue: - Home Assistant Core release with the issue:

View file

@ -31,7 +31,7 @@ body:
label: What version of Home Assistant Core has the issue? label: What version of Home Assistant Core has the issue?
placeholder: core- placeholder: core-
description: > 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/) [![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 - type: input
@ -46,7 +46,7 @@ body:
attributes: attributes:
label: What type of installation are you running? label: What type of installation are you running?
description: > 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/) [![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: options:

View file

@ -177,7 +177,7 @@ def async_generate_motioneye_webhook(
except NoURLAvailableError: except NoURLAvailableError:
_LOGGER.warning( _LOGGER.warning(
"Unable to get Home Assistant URL. Have you set the internal and/or " "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 return None