mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Mark some integrations as system integrations (#80948)
This commit is contained in:
parent
b07e1281da
commit
3aa64aaaf1
@ -7,5 +7,6 @@
|
|||||||
"after_dependencies": ["google_assistant", "alexa"],
|
"after_dependencies": ["google_assistant", "alexa"],
|
||||||
"codeowners": ["@home-assistant/cloud"],
|
"codeowners": ["@home-assistant/cloud"],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["hass_nabucasa"]
|
"loggers": ["hass_nabucasa"],
|
||||||
|
"integration_type": "system"
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homeassistant_alerts",
|
"documentation": "https://www.home-assistant.io/integrations/homeassistant_alerts",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"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",
|
"documentation": "https://www.home-assistant.io/integrations/map",
|
||||||
"dependencies": ["frontend"],
|
"dependencies": ["frontend"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal",
|
||||||
|
"integration_type": "system"
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/persistent_notification",
|
"documentation": "https://www.home-assistant.io/integrations/persistent_notification",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push",
|
||||||
|
"integration_type": "system"
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||||
"quality_scale": "internal",
|
"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",
|
"documentation": "https://www.home-assistant.io/integrations/system_log",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal",
|
||||||
|
"integration_type": "system"
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zone",
|
"documentation": "https://www.home-assistant.io/integrations/zone",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"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": {
|
"cloudflare": {
|
||||||
"name": "Cloudflare",
|
"name": "Cloudflare",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -2182,11 +2176,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"homeassistant_alerts": {
|
|
||||||
"name": "Home Assistant Alerts",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"homeassistant_sky_connect": {
|
"homeassistant_sky_connect": {
|
||||||
"name": "Home Assistant Sky Connect",
|
"name": "Home Assistant Sky Connect",
|
||||||
"integration_type": "hardware",
|
"integration_type": "hardware",
|
||||||
@ -2972,11 +2961,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
},
|
},
|
||||||
"map": {
|
|
||||||
"name": "Map",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"marantz": {
|
"marantz": {
|
||||||
"name": "Marantz",
|
"name": "Marantz",
|
||||||
"integration_type": "virtual",
|
"integration_type": "virtual",
|
||||||
@ -3921,12 +3905,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"persistent_notification": {
|
|
||||||
"name": "Persistent Notification",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "local_push"
|
|
||||||
},
|
|
||||||
"philips": {
|
"philips": {
|
||||||
"name": "Philips",
|
"name": "Philips",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
@ -5069,12 +5047,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"stream": {
|
|
||||||
"name": "Stream",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "local_push"
|
|
||||||
},
|
|
||||||
"streamlabswater": {
|
"streamlabswater": {
|
||||||
"name": "StreamLabs",
|
"name": "StreamLabs",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -5197,11 +5169,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"system_log": {
|
|
||||||
"name": "System Log",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"systemmonitor": {
|
"systemmonitor": {
|
||||||
"name": "System Monitor",
|
"name": "System Monitor",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -6191,11 +6158,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"zone": {
|
|
||||||
"name": "Zone",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"zoneminder": {
|
"zoneminder": {
|
||||||
"name": "ZoneMinder",
|
"name": "ZoneMinder",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user