Add oui for tplink es20m (#74526)

pull/74555/head
J. Nick Koston 2022-07-06 18:20:29 -05:00 committed by GitHub
parent b071affcb4
commit 099e7e0637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,10 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"dhcp": [ "dhcp": [
{ "registered_devices": true }, { "registered_devices": true },
{
"hostname": "es*",
"macaddress": "54AF97*"
},
{ {
"hostname": "ep*", "hostname": "ep*",
"macaddress": "E848B8*" "macaddress": "E848B8*"

View File

@ -128,6 +128,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'tolo', 'hostname': 'usr-tcp232-ed2'}, {'domain': 'tolo', 'hostname': 'usr-tcp232-ed2'},
{'domain': 'toon', 'hostname': 'eneco-*', 'macaddress': '74C63B*'}, {'domain': 'toon', 'hostname': 'eneco-*', 'macaddress': '74C63B*'},
{'domain': 'tplink', 'registered_devices': True}, {'domain': 'tplink', 'registered_devices': True},
{'domain': 'tplink', 'hostname': 'es*', 'macaddress': '54AF97*'},
{'domain': 'tplink', 'hostname': 'ep*', 'macaddress': 'E848B8*'}, {'domain': 'tplink', 'hostname': 'ep*', 'macaddress': 'E848B8*'},
{'domain': 'tplink', 'hostname': 'ep*', 'macaddress': '003192*'}, {'domain': 'tplink', 'hostname': 'ep*', 'macaddress': '003192*'},
{'domain': 'tplink', 'hostname': 'hs*', 'macaddress': '1C3BF3*'}, {'domain': 'tplink', 'hostname': 'hs*', 'macaddress': '1C3BF3*'},