Add Maytag virtual integration supported by Whirlpool (#143612)

This commit is contained in:
Abílio Costa 2025-04-24 22:14:39 +01:00 committed by GitHub
parent e389ff2537
commit cc970354d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Maytag virtual integration."""

View File

@ -0,0 +1,6 @@
{
"domain": "maytag",
"name": "Maytag",
"integration_type": "virtual",
"supported_by": "whirlpool"
}

View File

@ -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",