From 539640b2b4923f13ae74cc86816a0e3975ff19c1 Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Fri, 31 Oct 2025 16:11:44 +0000 Subject: [PATCH] Update PSN_LINK to use www.playstation.com Fix PSN_LINK link --- homeassistant/components/playstation_network/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/playstation_network/const.py b/homeassistant/components/playstation_network/const.py index df553a2ec01f2a..2da13757bc8e4e 100644 --- a/homeassistant/components/playstation_network/const.py +++ b/homeassistant/components/playstation_network/const.py @@ -17,4 +17,4 @@ } NPSSO_LINK: Final = "https://ca.account.sony.com/api/v1/ssocookie" -PSN_LINK: Final = "https://playstation.com" +PSN_LINK: Final = "https://www.playstation.com"