Releases: Emkraan/homeassistant-playstationnetwork
Releases · Emkraan/homeassistant-playstationnetwork
2026.5.8
Changed
- Repository renamed from
homeassistant-playstation-networktohomeassistant-playstationnetworkto align with the single-word naming convention used by the other custom integrations (homeassistant-franklinwh,homeassistant-meater,homeassistant-pitboss,homeassistant-familyhub) - Updated all internal URL references and the repository logo filename accordingly
GitHub auto-redirects the previous URL, so existing HACS installs continue to work without action.
2026.5.7
Initial stable release. Version bumped to 2026.5.7 to correctly supersede the beta track in HACS.
- Persistent OAuth token refresh — no more manual reauthentication as long as HA restarts at least once every 60 days
- Improved setup flow with direct link to Sony SSO cookie page
- Drop-in replacement for the built-in
playstation_networkintegration — all entity IDs preserved
2026.5.6-beta
Fixed
- Restored
translations/en.json— bothstrings.jsonandtranslations/en.jsonare required; removingen.jsoncaused blank config flow UI
2026.5.6
Initial stable release.
- Persistent OAuth token refresh — no more manual reauthentication as long as HA restarts at least once every 60 days
- Improved setup flow with direct link to Sony SSO cookie page
- Drop-in replacement for the built-in
playstation_networkintegration — all entity IDs preserved
2026.5.5-beta
Fixed
- Removed
translations/en.jsonentirely — custom integrations loadstrings.jsondirectly; shippingtranslations/en.jsoncaused HA's frontend to cache its contents and serve stale translation text even after updates and restarts
2026.5.4-beta
Fixed
MALFORMED_ARGUMENTon reauth/reconfigure —{name}placeholder in the reauth step title and description was never passed as a description_placeholder in config_flow.py
2026.5.3-beta
Changed
- Repository renamed to
homeassistant-playstation-networkto follow standard naming convention - Updated all internal URL references accordingly
2026.5.2-beta
Fixed
- Removed all
[%key:...]references from strings — this syntax is core-only and causedMALFORMED_ARGUMENTerrors in custom components. All strings are now fully resolved literals - Fixed help
?button pointing to HA docs instead of this repo (documentation URL in manifest.json)
2026.5.1-beta
Fixed
MALFORMED_ARGUMENTtranslation error caused by percent-encoded characters in the bookmarklet URL insidedata_description— config flow now loads correctly without falling back to the built-in integration strings
2026.5.0-beta
2026.5.0-beta
Initial HACS release replacing the built-in playstation_network integration.
Added
- Token persistence: After the first authentication, the full OAuth token response (access token + refresh token + expiry timestamps) is stored in the config entry. On every HA restart the stored token is injected back, skipping NPSSO re-authentication for up to 60 days
- Silent token refresh: After each successful refresh cycle, any new token issued by Sony is automatically persisted — the 60-day clock resets on every restart
- Improved setup UX: Config flow includes a direct link to the Sony SSO cookie endpoint and an optional browser bookmarklet for one-click token extraction
- All entities, unique IDs, and state values are identical to the built-in integration — no changes needed to existing automations or dashboards
- Diagnostics output redacts all sensitive token fields