mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Prefix versions in system health (#44921)
* Prefix versions in system health * Adjust test * Update homeassistant/components/hassio/strings.json
This commit is contained in:
@@ -60,7 +60,7 @@ async def test_hassio_system_health(hass, aioclient_mock):
|
||||
"host_os": "Home Assistant OS 5.9",
|
||||
"installed_addons": "Awesome Addon (1.0.0)",
|
||||
"supervisor_api": "ok",
|
||||
"supervisor_version": "2020.11.1",
|
||||
"supervisor_version": "supervisor-2020.11.1",
|
||||
"supported": True,
|
||||
"update_channel": "stable",
|
||||
"version_api": "ok",
|
||||
|
||||
Reference in New Issue
Block a user