1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add DHCP Discovery for SimpliSafe (#58560)

* Add DHCP Discovery for SimpliSafe

* Fix tests

* Docstring

* Code review
This commit is contained in:
Aaron Bach
2021-10-28 11:07:58 -06:00
committed by GitHub
parent 0c2f126012
commit 669e36caec
2 changed files with 12 additions and 1 deletions

View File

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