forked from HomeAssistant/midea-meiju-codec
Integrate to homeassistant
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{
|
||||
"domain": "midea_auto_codec",
|
||||
"name": "Midea Auto Codec",
|
||||
"codeowners": ["@georgezhao2010"],
|
||||
"codeowners": ["@sususweet"],
|
||||
"config_flow": true,
|
||||
"dependencies": [],
|
||||
"documentation": "https://github.com/georgezhao2010/midea-auto-codec#readme",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"issue_tracker": "https://github.com/georgezhao2010/midea-auto-codec/issues",
|
||||
"documentation": "https://github.com/sususweet/midea-auto-codec#readme",
|
||||
"iot_class": "cloud_push",
|
||||
"issue_tracker": "https://github.com/sususweet/midea-auto-codec/issues",
|
||||
"requirements": ["lupa>=2.0"],
|
||||
"version": "v0.0.3"
|
||||
}
|
@@ -1,18 +0,0 @@
|
||||
set_attributes:
|
||||
fields:
|
||||
device_id:
|
||||
example: "1234567890"
|
||||
attributes:
|
||||
example:
|
||||
"power": "on"
|
||||
"mode": "cool"
|
||||
|
||||
set_mode:
|
||||
send_command:
|
||||
fields:
|
||||
device_id:
|
||||
example: "1234567890"
|
||||
cmd_type:
|
||||
example: 2
|
||||
cmd_body:
|
||||
example: "B0FF01370E0000A500"
|
Reference in New Issue
Block a user