mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
Modern Forms integration initial pass - Fan (#51317)
* Modern Forms integration initial pass * cleanup of typing and nits * Stripped PR down to Fan only * Review cleanup * Set sleep_time to be required for service * Adjust minimum sleep time to one minute. * Code review changes * cleanup icon init a little
This commit is contained in:
@@ -60,6 +60,12 @@ ZEROCONF = {
|
||||
"domain": "devolo_home_control"
|
||||
}
|
||||
],
|
||||
"_easylink._tcp.local.": [
|
||||
{
|
||||
"domain": "modern_forms",
|
||||
"name": "wac*"
|
||||
}
|
||||
],
|
||||
"_elg._tcp.local.": [
|
||||
{
|
||||
"domain": "elgato"
|
||||
|
||||
Reference in New Issue
Block a user