mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Correct inst method names in system info and issue templates (#36998)
This commit is contained in:
parent
0054904454
commit
f131959f4b
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -21,7 +21,7 @@
|
||||
|
||||
- Home Assistant Core release with the issue:
|
||||
- Last working Home Assistant Core release (if known):
|
||||
- Operating environment (Home Assistant/Supervised/Docker/venv):
|
||||
- Operating environment (OS/Container/Supervised/Core):
|
||||
- Integration causing this issue:
|
||||
- Link to integration documentation on our website:
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -25,7 +25,7 @@ about: Report an issue with Home Assistant Core
|
||||
|
||||
- Home Assistant Core release with the issue:
|
||||
- Last working Home Assistant Core release (if known):
|
||||
- Operating environment (Home Assistant/Supervised/Docker/venv):
|
||||
- Operating environment (OS/Container/Supervised/Core):
|
||||
- Integration causing this issue:
|
||||
- Link to integration documentation on our website:
|
||||
|
||||
|
@ -51,7 +51,7 @@ async def async_get_system_info(hass: HomeAssistantType) -> Dict:
|
||||
info_object["docker_version"] = info.get("docker")
|
||||
|
||||
if info.get("hassos") is not None:
|
||||
info_object["installation_type"] = "Home Assistant"
|
||||
info_object["installation_type"] = "Home Assistant OS"
|
||||
else:
|
||||
info_object["installation_type"] = "Home Assistant Supervised"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user