mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add Neff virtual integration (#141609)
This commit is contained in:
parent
6971a189f9
commit
dde037291a
1
homeassistant/components/neff/__init__.py
Normal file
1
homeassistant/components/neff/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Neff virtual integration."""
|
6
homeassistant/components/neff/manifest.json
Normal file
6
homeassistant/components/neff/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "neff",
|
||||||
|
"name": "Neff",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
}
|
@ -4216,6 +4216,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"neff": {
|
||||||
|
"name": "Neff",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
},
|
||||||
"ness_alarm": {
|
"ness_alarm": {
|
||||||
"name": "Ness Alarm",
|
"name": "Ness Alarm",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user