1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add discovery for default hostnames to PlayStation Network (#160173)

This commit is contained in:
Manu
2026-01-03 08:44:17 +01:00
committed by GitHub
parent afc256622a
commit 920e938d84
2 changed files with 21 additions and 0 deletions

View File

@@ -75,6 +75,15 @@
},
{
"macaddress": "84E657*"
},
{
"hostname": "ps5-*"
},
{
"hostname": "ps4-*"
},
{
"hostname": "ps3"
}
],
"documentation": "https://www.home-assistant.io/integrations/playstation_network",

View File

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