mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Add Maytag virtual integration supported by Whirlpool (#143612)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Maytag virtual integration."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "maytag",
|
||||
"name": "Maytag",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "whirlpool"
|
||||
}
|
||||
@@ -3722,6 +3722,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"maytag": {
|
||||
"name": "Maytag",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "whirlpool"
|
||||
},
|
||||
"mcp": {
|
||||
"name": "Model Context Protocol",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user