mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Adjust OTBR channel conflict URL (#90847)
This commit is contained in:
parent
acec2fd7db
commit
bff5b75377
@ -27,11 +27,9 @@ _R = TypeVar("_R")
|
||||
_P = ParamSpec("_P")
|
||||
|
||||
INFO_URL_SKY_CONNECT = (
|
||||
"https://skyconnect.home-assistant.io/procedures/enable-multiprotocol/#limitations"
|
||||
)
|
||||
INFO_URL_YELLOW = (
|
||||
"https://yellow.home-assistant.io/guides/enable-multiprotocol/#limitations"
|
||||
"https://skyconnect.home-assistant.io/multiprotocol-channel-missmatch"
|
||||
)
|
||||
INFO_URL_YELLOW = "https://yellow.home-assistant.io/multiprotocol-channel-missmatch"
|
||||
|
||||
INSECURE_NETWORK_KEYS = (
|
||||
# Thread web UI default
|
||||
|
Loading…
x
Reference in New Issue
Block a user