Add Eastron virtual integration (#101385)
parent
c8d1a7ff4f
commit
6359390a78
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Eastron."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "eastron",
|
||||
"name": "Eastron",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "homewizard"
|
||||
}
|
|
@ -1281,6 +1281,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"eastron": {
|
||||
"name": "Eastron",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "homewizard"
|
||||
},
|
||||
"easyenergy": {
|
||||
"name": "easyEnergy",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Reference in New Issue