Config Flow and Entity registry support for Monoprice (#30337)
* Entity registry support for monoprice * Add test for unique_id * Add unique id namespace to monoprice * Config Flow for Monoprice * Update monoprice tests * Remove TODOs * Handle entity unloading * Fix update test * Streamline entity handling in monoprice services * Increase coverage * Remove devices cache * Async validation in monoprice config flow
This commit is contained in:
parent
99d732b974
commit
e8bd1b9216
9 changed files with 614 additions and 454 deletions
|
@ -69,6 +69,7 @@ FLOWS = [
|
|||
"mikrotik",
|
||||
"minecraft_server",
|
||||
"mobile_app",
|
||||
"monoprice",
|
||||
"mqtt",
|
||||
"myq",
|
||||
"neato",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue