mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add FrankEver virtual integration (#139629)
* Add FranvEver virtual integration * Fix file name
This commit is contained in:
parent
ee2b53ed0f
commit
29f680f912
1
homeassistant/components/frankever/__init__.py
Normal file
1
homeassistant/components/frankever/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""FrankEver virtual integration."""
|
6
homeassistant/components/frankever/manifest.json
Normal file
6
homeassistant/components/frankever/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "frankever",
|
||||
"name": "FrankEver",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
}
|
@ -2046,6 +2046,11 @@
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"frankever": {
|
||||
"name": "FrankEver",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
},
|
||||
"free_mobile": {
|
||||
"name": "Free Mobile",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user