mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add Maytag virtual integration supported by Whirlpool (#143612)
This commit is contained in:
parent
e389ff2537
commit
cc970354d7
1
homeassistant/components/maytag/__init__.py
Normal file
1
homeassistant/components/maytag/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Maytag virtual integration."""
|
6
homeassistant/components/maytag/manifest.json
Normal file
6
homeassistant/components/maytag/manifest.json
Normal file
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user