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",