Skip to content

Commit f45a6f8

Browse files
authored
Add Cosori virtual integration (home-assistant#156792)
1 parent d3857a0 commit f45a6f8

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Virtual integration: Cosori."""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"domain": "cosori",
3+
"name": "Cosori",
4+
"integration_type": "virtual",
5+
"supported_by": "vesync"
6+
}

homeassistant/generated/integrations.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,11 @@
11361136
"config_flow": true,
11371137
"iot_class": "local_polling"
11381138
},
1139+
"cosori": {
1140+
"name": "Cosori",
1141+
"integration_type": "virtual",
1142+
"supported_by": "vesync"
1143+
},
11391144
"cozytouch": {
11401145
"name": "Atlantic Cozytouch",
11411146
"integration_type": "virtual",

0 commit comments

Comments
 (0)