mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Add twinkly DHCP support (#61434)
* Add twinkly DHCP support * fix typing import * fix format * Fix imports v2 * Using IP * Fix tests * Apply suggestions from code review Thanks @bdraco Co-authored-by: J. Nick Koston <nick@koston.org> * fix black * Add confirm step * Add more tests * Update homeassistant/components/twinkly/config_flow.py Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -520,6 +520,10 @@ DHCP = [
|
||||
"domain": "tuya",
|
||||
"macaddress": "D81F12*"
|
||||
},
|
||||
{
|
||||
"domain": "twinkly",
|
||||
"hostname": "twinkly_*"
|
||||
},
|
||||
{
|
||||
"domain": "verisure",
|
||||
"macaddress": "0023C1*"
|
||||
|
||||
Reference in New Issue
Block a user