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:
@@ -307,6 +307,11 @@ DHCP = [
|
||||
"hostname": "sense-*",
|
||||
"macaddress": "A4D578*"
|
||||
},
|
||||
{
|
||||
"domain": "simplisafe",
|
||||
"hostname": "simplisafe*",
|
||||
"macaddress": "30AEA4*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "st*",
|
||||
|
||||
Reference in New Issue
Block a user