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:
parent
36d3fb15f7
commit
c02aae58fb
5 changed files with 152 additions and 11 deletions
|
@ -520,6 +520,10 @@ DHCP = [
|
|||
"domain": "tuya",
|
||||
"macaddress": "D81F12*"
|
||||
},
|
||||
{
|
||||
"domain": "twinkly",
|
||||
"hostname": "twinkly_*"
|
||||
},
|
||||
{
|
||||
"domain": "verisure",
|
||||
"macaddress": "0023C1*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue