mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add integration_type
field for a few integrations (#80767)
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["accuweather"]
|
||||
"loggers": ["accuweather"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@@ -7,5 +7,6 @@
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["airly"]
|
||||
"loggers": ["airly"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@@ -12,5 +12,6 @@
|
||||
],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pybravia"]
|
||||
"loggers": ["pybravia"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
@@ -13,5 +13,6 @@
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"]
|
||||
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
@@ -7,5 +7,6 @@
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["dacite", "gios"]
|
||||
"loggers": ["dacite", "gios"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@@ -17,5 +17,6 @@
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["nettigo_air_monitor"]
|
||||
"loggers": ["nettigo_air_monitor"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
@@ -7,5 +7,6 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["nextdns"],
|
||||
"quality_scale": "platinum"
|
||||
"quality_scale": "platinum",
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@@ -13,5 +13,6 @@
|
||||
],
|
||||
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74"],
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aioshelly"]
|
||||
"loggers": ["aioshelly"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
@@ -6,5 +6,6 @@
|
||||
"requirements": ["aiotractive==0.5.4"],
|
||||
"codeowners": ["@Danielhiversen", "@zhulik", "@bieniu"],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aiotractive"]
|
||||
"loggers": ["aiotractive"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"accuweather": {
|
||||
"name": "AccuWeather",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"airly": {
|
||||
"name": "Airly",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
@@ -609,7 +609,7 @@
|
||||
},
|
||||
"brother": {
|
||||
"name": "Brother Printer",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
@@ -1844,7 +1844,7 @@
|
||||
},
|
||||
"gios": {
|
||||
"name": "GIO\u015a",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
@@ -3362,7 +3362,7 @@
|
||||
},
|
||||
"nam": {
|
||||
"name": "Nettigo Air Monitor",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
@@ -3461,7 +3461,7 @@
|
||||
},
|
||||
"nextdns": {
|
||||
"name": "NextDNS",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
@@ -4639,7 +4639,7 @@
|
||||
},
|
||||
"shelly": {
|
||||
"name": "Shelly",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
@@ -4915,7 +4915,7 @@
|
||||
"name": "Sony",
|
||||
"integrations": {
|
||||
"braviatv": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"name": "Sony Bravia TV"
|
||||
@@ -5479,7 +5479,7 @@
|
||||
},
|
||||
"tractive": {
|
||||
"name": "Tractive",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
Reference in New Issue
Block a user