From 920e938d84b7effc47d465fc1b9689499c7f37f2 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:44:17 +0100 Subject: [PATCH] Add discovery for default hostnames to PlayStation Network (#160173) --- .../components/playstation_network/manifest.json | 9 +++++++++ homeassistant/generated/dhcp.py | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/homeassistant/components/playstation_network/manifest.json b/homeassistant/components/playstation_network/manifest.json index 4f59bf33518..419f572c9a7 100644 --- a/homeassistant/components/playstation_network/manifest.json +++ b/homeassistant/components/playstation_network/manifest.json @@ -75,6 +75,15 @@ }, { "macaddress": "84E657*" + }, + { + "hostname": "ps5-*" + }, + { + "hostname": "ps4-*" + }, + { + "hostname": "ps3" } ], "documentation": "https://www.home-assistant.io/integrations/playstation_network", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index bce067a9fd6..0f975fbab17 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -572,6 +572,18 @@ DHCP: Final[list[dict[str, str | bool]]] = [ "domain": "playstation_network", "macaddress": "84E657*", }, + { + "domain": "playstation_network", + "hostname": "ps5-*", + }, + { + "domain": "playstation_network", + "hostname": "ps4-*", + }, + { + "domain": "playstation_network", + "hostname": "ps3", + }, { "domain": "pooldose", "hostname": "kommspot",