Skip to content

Commit d5a8fa9

Browse files
authored
Add DHCP discovery to PlayStation Network integration (home-assistant#147422)
Add DHCP discovery for PSN
1 parent cefde21 commit d5a8fa9

File tree

3 files changed

+136
-1
lines changed

3 files changed

+136
-1
lines changed

homeassistant/components/playstation_network/manifest.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,65 @@
33
"name": "PlayStation Network",
44
"codeowners": ["@jackjpowell"],
55
"config_flow": true,
6+
"dhcp": [
7+
{
8+
"macaddress": "AC8995*"
9+
},
10+
{
11+
"macaddress": "1C98C1*"
12+
},
13+
{
14+
"macaddress": "5C843C*"
15+
},
16+
{
17+
"macaddress": "605BB4*"
18+
},
19+
{
20+
"macaddress": "8060B7*"
21+
},
22+
{
23+
"macaddress": "78C881*"
24+
},
25+
{
26+
"macaddress": "00D9D1*"
27+
},
28+
{
29+
"macaddress": "00E421*"
30+
},
31+
{
32+
"macaddress": "0CFE45*"
33+
},
34+
{
35+
"macaddress": "2CCC44*"
36+
},
37+
{
38+
"macaddress": "BC60A7*"
39+
},
40+
{
41+
"macaddress": "C863F1*"
42+
},
43+
{
44+
"macaddress": "F8461C*"
45+
},
46+
{
47+
"macaddress": "70662A*"
48+
},
49+
{
50+
"macaddress": "09E29*"
51+
},
52+
{
53+
"macaddress": "B40AD8*"
54+
},
55+
{
56+
"macaddress": "A8474A*"
57+
},
58+
{
59+
"macaddress": "280DFC*"
60+
},
61+
{
62+
"macaddress": "D44B5E*"
63+
}
64+
],
665
"documentation": "https://www.home-assistant.io/integrations/playstation_network",
766
"integration_type": "service",
867
"iot_class": "cloud_polling",

homeassistant/components/playstation_network/quality_scale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rules:
4848
discovery-update-info:
4949
status: exempt
5050
comment: Discovery flow is not applicable for this integration
51-
discovery: todo
51+
discovery: done
5252
docs-data-update: done
5353
docs-examples: todo
5454
docs-known-limitations: done

homeassistant/generated/dhcp.py

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)