Add DHCP Discovery for SimpliSafe (#58560)

* Add DHCP Discovery for SimpliSafe

* Fix tests

* Docstring

* Code review
pull/58628/head
Aaron Bach 2021-10-28 11:07:58 -06:00 committed by GitHub
parent 0c2f126012
commit 669e36caec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -5,5 +5,11 @@
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
"requirements": ["simplisafe-python==12.0.2"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"dhcp": [
{
"hostname": "simplisafe*",
"macaddress": "30AEA4*"
}
]
}

View File

@ -307,6 +307,11 @@ DHCP = [
"hostname": "sense-*",
"macaddress": "A4D578*"
},
{
"domain": "simplisafe",
"hostname": "simplisafe*",
"macaddress": "30AEA4*"
},
{
"domain": "smartthings",
"hostname": "st*",