Skip to content

Commit

Permalink
Mark some integrations as system integrations (home-assistant#80948)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Oct 25, 2022
1 parent b07e128 commit 3aa64aa
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 45 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion homeassistant/components/homeassistant_alerts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion homeassistant/components/map/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/map",
"dependencies": ["frontend"],
"codeowners": [],
"quality_scale": "internal"
"quality_scale": "internal",
"integration_type": "system"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion homeassistant/components/stream/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"dependencies": ["http"],
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
"quality_scale": "internal",
"iot_class": "local_push"
"iot_class": "local_push",
"integration_type": "system"
}
3 changes: 2 additions & 1 deletion homeassistant/components/system_log/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/system_log",
"dependencies": [],
"codeowners": [],
"quality_scale": "internal"
"quality_scale": "internal",
"integration_type": "system"
}
3 changes: 2 additions & 1 deletion homeassistant/components/zone/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
38 changes: 0 additions & 38 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3aa64aa

Please sign in to comment.