mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add Eastron virtual integration (#101385)
This commit is contained in:
parent
c8d1a7ff4f
commit
6359390a78
1
homeassistant/components/eastron/__init__.py
Normal file
1
homeassistant/components/eastron/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Eastron."""
|
6
homeassistant/components/eastron/manifest.json
Normal file
6
homeassistant/components/eastron/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user