mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add DHCP discovery to PlayStation Network integration (#147422)
Add DHCP discovery for PSN
This commit is contained in:
parent
cefde21140
commit
d5a8fa9c5c
@ -3,6 +3,65 @@
|
||||
"name": "PlayStation Network",
|
||||
"codeowners": ["@jackjpowell"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
{
|
||||
"macaddress": "AC8995*"
|
||||
},
|
||||
{
|
||||
"macaddress": "1C98C1*"
|
||||
},
|
||||
{
|
||||
"macaddress": "5C843C*"
|
||||
},
|
||||
{
|
||||
"macaddress": "605BB4*"
|
||||
},
|
||||
{
|
||||
"macaddress": "8060B7*"
|
||||
},
|
||||
{
|
||||
"macaddress": "78C881*"
|
||||
},
|
||||
{
|
||||
"macaddress": "00D9D1*"
|
||||
},
|
||||
{
|
||||
"macaddress": "00E421*"
|
||||
},
|
||||
{
|
||||
"macaddress": "0CFE45*"
|
||||
},
|
||||
{
|
||||
"macaddress": "2CCC44*"
|
||||
},
|
||||
{
|
||||
"macaddress": "BC60A7*"
|
||||
},
|
||||
{
|
||||
"macaddress": "C863F1*"
|
||||
},
|
||||
{
|
||||
"macaddress": "F8461C*"
|
||||
},
|
||||
{
|
||||
"macaddress": "70662A*"
|
||||
},
|
||||
{
|
||||
"macaddress": "09E29*"
|
||||
},
|
||||
{
|
||||
"macaddress": "B40AD8*"
|
||||
},
|
||||
{
|
||||
"macaddress": "A8474A*"
|
||||
},
|
||||
{
|
||||
"macaddress": "280DFC*"
|
||||
},
|
||||
{
|
||||
"macaddress": "D44B5E*"
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/playstation_network",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
|
@ -48,7 +48,7 @@ rules:
|
||||
discovery-update-info:
|
||||
status: exempt
|
||||
comment: Discovery flow is not applicable for this integration
|
||||
discovery: todo
|
||||
discovery: done
|
||||
docs-data-update: done
|
||||
docs-examples: todo
|
||||
docs-known-limitations: done
|
||||
|
76
homeassistant/generated/dhcp.py
generated
76
homeassistant/generated/dhcp.py
generated
@ -463,6 +463,82 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"domain": "palazzetti",
|
||||
"registered_devices": True,
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "AC8995*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "1C98C1*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "5C843C*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "605BB4*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "8060B7*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "78C881*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "00D9D1*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "00E421*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "0CFE45*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "2CCC44*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "BC60A7*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "C863F1*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "F8461C*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "70662A*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "09E29*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "B40AD8*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "A8474A*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "280DFC*",
|
||||
},
|
||||
{
|
||||
"domain": "playstation_network",
|
||||
"macaddress": "D44B5E*",
|
||||
},
|
||||
{
|
||||
"domain": "powerwall",
|
||||
"hostname": "1118431-*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user