mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Add Ogemray virtual integration (#140185)
This commit is contained in:
parent
60db355577
commit
4e7dd92a3d
1
homeassistant/components/ogemray/__init__.py
Normal file
1
homeassistant/components/ogemray/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Ogemray virtual integration."""
|
6
homeassistant/components/ogemray/manifest.json
Normal file
6
homeassistant/components/ogemray/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "ogemray",
|
||||||
|
"name": "Ogemray",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "shelly"
|
||||||
|
}
|
@ -4426,6 +4426,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"ogemray": {
|
||||||
|
"name": "Ogemray",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "shelly"
|
||||||
|
},
|
||||||
"ohmconnect": {
|
"ohmconnect": {
|
||||||
"name": "OhmConnect",
|
"name": "OhmConnect",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user