mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Add Neff virtual integration (#141609)
This commit is contained in:
committed by
GitHub
parent
6971a189f9
commit
dde037291a
@@ -0,0 +1 @@
|
||||
"""Neff virtual integration."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "neff",
|
||||
"name": "Neff",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
}
|
||||
@@ -4216,6 +4216,11 @@
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"neff": {
|
||||
"name": "Neff",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"ness_alarm": {
|
||||
"name": "Ness Alarm",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user