Skip to content

Releases: Emkraan/homeassistant-playstationnetwork

2026.5.8

31 May 11:38

Choose a tag to compare

Changed

  • Repository renamed from homeassistant-playstation-network to homeassistant-playstationnetwork to 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

12 May 15:54

Choose a tag to compare

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_network integration — all entity IDs preserved

2026.5.6-beta

11 May 23:05

Choose a tag to compare

Fixed

  • Restored translations/en.json — both strings.json and translations/en.json are required; removing en.json caused blank config flow UI

2026.5.6

11 May 23:21

Choose a tag to compare

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_network integration — all entity IDs preserved

2026.5.5-beta

11 May 22:47

Choose a tag to compare

Fixed

  • Removed translations/en.json entirely — custom integrations load strings.json directly; shipping translations/en.json caused HA's frontend to cache its contents and serve stale translation text even after updates and restarts

2026.5.4-beta

11 May 22:28

Choose a tag to compare

Fixed

  • MALFORMED_ARGUMENT on 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

11 May 22:13

Choose a tag to compare

Changed

  • Repository renamed to homeassistant-playstation-network to follow standard naming convention
  • Updated all internal URL references accordingly

2026.5.2-beta

11 May 22:10

Choose a tag to compare

Fixed

  • Removed all [%key:...] references from strings — this syntax is core-only and caused MALFORMED_ARGUMENT errors 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

11 May 21:57

Choose a tag to compare

Fixed

  • MALFORMED_ARGUMENT translation error caused by percent-encoded characters in the bookmarklet URL inside data_description — config flow now loads correctly without falling back to the built-in integration strings

2026.5.0-beta

11 May 20:57

Choose a tag to compare

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