Mark some integrations as system integrations (#80948)
This commit is contained in:
parent
b07e1281da
commit
3aa64aaaf1
8 changed files with 14 additions and 45 deletions
|
@ -7,5 +7,6 @@
|
|||
"after_dependencies": ["google_assistant", "alexa"],
|
||||
"codeowners": ["@home-assistant/cloud"],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["hass_nabucasa"]
|
||||
"loggers": ["hass_nabucasa"],
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homeassistant_alerts",
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
"quality_scale": "internal",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/map",
|
||||
"dependencies": ["frontend"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
"quality_scale": "internal",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/persistent_notification",
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push"
|
||||
"iot_class": "local_push",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push"
|
||||
"iot_class": "local_push",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/system_log",
|
||||
"dependencies": [],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
"quality_scale": "internal",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/zone",
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
"quality_scale": "internal",
|
||||
"integration_type": "system"
|
||||
}
|
||||
|
|
|
@ -758,12 +758,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
"name": "Home Assistant Cloud",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"cloudflare": {
|
||||
"name": "Cloudflare",
|
||||
"integration_type": "hub",
|
||||
|
@ -2182,11 +2176,6 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"homeassistant_alerts": {
|
||||
"name": "Home Assistant Alerts",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false
|
||||
},
|
||||
"homeassistant_sky_connect": {
|
||||
"name": "Home Assistant Sky Connect",
|
||||
"integration_type": "hardware",
|
||||
|
@ -2972,11 +2961,6 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"map": {
|
||||
"name": "Map",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false
|
||||
},
|
||||
"marantz": {
|
||||
"name": "Marantz",
|
||||
"integration_type": "virtual",
|
||||
|
@ -3921,12 +3905,6 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"persistent_notification": {
|
||||
"name": "Persistent Notification",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"philips": {
|
||||
"name": "Philips",
|
||||
"integrations": {
|
||||
|
@ -5069,12 +5047,6 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"stream": {
|
||||
"name": "Stream",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"streamlabswater": {
|
||||
"name": "StreamLabs",
|
||||
"integration_type": "hub",
|
||||
|
@ -5197,11 +5169,6 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"system_log": {
|
||||
"name": "System Log",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false
|
||||
},
|
||||
"systemmonitor": {
|
||||
"name": "System Monitor",
|
||||
"integration_type": "hub",
|
||||
|
@ -6191,11 +6158,6 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"zone": {
|
||||
"name": "Zone",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false
|
||||
},
|
||||
"zoneminder": {
|
||||
"name": "ZoneMinder",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue