Update links to user docs: Connect-ZBT-1, Green, Yellow (#145374)

This commit is contained in:
c0ffeeca7 2025-05-21 11:57:20 +02:00 committed by GitHub
parent 08c453581c
commit 291499d5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ from homeassistant.exceptions import HomeAssistantError
from .const import DOMAIN
BOARD_NAME = "Home Assistant Green"
DOCUMENTATION_URL = "https://green.home-assistant.io/documentation/"
DOCUMENTATION_URL = "https://support.nabucasa.com/hc/en-us/categories/24638797677853-Home-Assistant-Green"
MANUFACTURER = "homeassistant"
MODEL = "green"

View File

@ -9,7 +9,7 @@ from .config_flow import HomeAssistantSkyConnectConfigFlow
from .const import DOMAIN
from .util import get_hardware_variant
DOCUMENTATION_URL = "https://skyconnect.home-assistant.io/documentation/"
DOCUMENTATION_URL = "https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1"
EXPECTED_ENTRY_VERSION = (
HomeAssistantSkyConnectConfigFlow.VERSION,
HomeAssistantSkyConnectConfigFlow.MINOR_VERSION,

View File

@ -10,7 +10,7 @@ from homeassistant.exceptions import HomeAssistantError
from .const import DOMAIN
BOARD_NAME = "Home Assistant Yellow"
DOCUMENTATION_URL = "https://yellow.home-assistant.io/documentation/"
DOCUMENTATION_URL = "https://support.nabucasa.com/hc/en-us/categories/24734575925149-Home-Assistant-Yellow"
MANUFACTURER = "homeassistant"
MODEL = "yellow"

View File

@ -58,7 +58,7 @@ async def test_hardware_info(
"config_entries": [config_entry.entry_id],
"dongle": None,
"name": "Home Assistant Green",
"url": "https://green.home-assistant.io/documentation/",
"url": "https://support.nabucasa.com/hc/en-us/categories/24638797677853-Home-Assistant-Green",
}
]
}

View File

@ -97,7 +97,7 @@ async def test_hardware_info(
"description": "SkyConnect v1.0",
},
"name": "Home Assistant SkyConnect",
"url": "https://skyconnect.home-assistant.io/documentation/",
"url": "https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1",
},
{
"board": None,
@ -110,7 +110,7 @@ async def test_hardware_info(
"description": "Home Assistant Connect ZBT-1",
},
"name": "Home Assistant Connect ZBT-1",
"url": "https://skyconnect.home-assistant.io/documentation/",
"url": "https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1",
},
# Bad entry is skipped
]

View File

@ -59,7 +59,7 @@ async def test_hardware_info(
"config_entries": [config_entry.entry_id],
"dongle": None,
"name": "Home Assistant Yellow",
"url": "https://yellow.home-assistant.io/documentation/",
"url": "https://support.nabucasa.com/hc/en-us/categories/24734575925149-Home-Assistant-Yellow",
}
]
}