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:
@@ -75,6 +75,15 @@
|
||||
},
|
||||
{
|
||||
"macaddress": "84E657*"
|
||||
},
|
||||
{
|
||||
"hostname": "ps5-*"
|
||||
},
|
||||
{
|
||||
"hostname": "ps4-*"
|
||||
},
|
||||
{
|
||||
"hostname": "ps3"
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/playstation_network",
|
||||
|
||||
12
homeassistant/generated/dhcp.py
generated
12
homeassistant/generated/dhcp.py
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user