mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add more mac address prefixes for discovery to PlayStation Network (#147739)
This commit is contained in:
parent
23c304fc75
commit
2afe475234
@ -60,6 +60,21 @@
|
||||
},
|
||||
{
|
||||
"macaddress": "D44B5E*"
|
||||
},
|
||||
{
|
||||
"macaddress": "F8D0AC*"
|
||||
},
|
||||
{
|
||||
"macaddress": "E86E3A*"
|
||||
},
|
||||
{
|
||||
"macaddress": "FC0FE6*"
|
||||
},
|
||||
{
|
||||
"macaddress": "9C37CB*"
|
||||
},
|
||||
{
|
||||
"macaddress": "84E657*"
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/playstation_network",
|
||||
|
20
homeassistant/generated/dhcp.py
generated
20
homeassistant/generated/dhcp.py
generated
@ -539,6 +539,26 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "D44B5E*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "F8D0AC*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "E86E3A*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "FC0FE6*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "9C37CB*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "84E657*",
|
||||
},
|
||||
{
|
||||
"domain": "powerwall",
|
||||
"hostname": "1118431-*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user