Set integration type on codeowned integrations @bachya (#80974)
This commit is contained in:
parent
775f4e9e0d
commit
2af58ad609
15 changed files with 38 additions and 24 deletions
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["pyairvisual==2022.07.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyairvisual", "pysmb"]
|
||||
"loggers": ["pyairvisual", "pysmb"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["aioambient==2021.11.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioambient"]
|
||||
"loggers": ["aioambient"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
"macaddress": "30AEA4*"
|
||||
}
|
||||
],
|
||||
"loggers": ["aioguardian"]
|
||||
"loggers": ["aioguardian"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["numpy==1.23.2", "pyiqvia==2022.04.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyiqvia"]
|
||||
"loggers": ["pyiqvia"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["aionotion==3.0.2"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aionotion"]
|
||||
"loggers": ["aionotion"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["pyopenuv==2022.04.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyopenuv"]
|
||||
"loggers": ["pyopenuv"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@
|
|||
"name": "rainmachine*"
|
||||
}
|
||||
],
|
||||
"loggers": ["regenmaschine"]
|
||||
"loggers": ["regenmaschine"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["aiorecollect==1.0.8"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aiorecollect"]
|
||||
"loggers": ["aiorecollect"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["aioridwell==2022.03.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioridwell"]
|
||||
"loggers": ["aioridwell"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
"macaddress": "30AEA4*"
|
||||
}
|
||||
],
|
||||
"loggers": ["simplipy"]
|
||||
"loggers": ["simplipy"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["slackclient==2.5.0"],
|
||||
"codeowners": ["@bachya", "@tkdrob"],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["slack"]
|
||||
"loggers": ["slack"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["pytile==2022.02.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pytile"]
|
||||
"loggers": ["pytile"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["aiowatttime==0.1.1"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aiowatttime"]
|
||||
"loggers": ["aiowatttime"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"dependencies": ["ffmpeg"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aioftp"]
|
||||
"loggers": ["aioftp"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
},
|
||||
"airvisual": {
|
||||
"name": "AirVisual",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -2047,7 +2047,7 @@
|
|||
},
|
||||
"guardian": {
|
||||
"name": "Elexa Guardian",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -2450,7 +2450,7 @@
|
|||
},
|
||||
"iqvia": {
|
||||
"name": "IQVIA",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -3750,7 +3750,7 @@
|
|||
},
|
||||
"openuv": {
|
||||
"name": "OpenUV",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -4213,7 +4213,7 @@
|
|||
},
|
||||
"rainmachine": {
|
||||
"name": "RainMachine",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -4262,7 +4262,7 @@
|
|||
},
|
||||
"recollect_waste": {
|
||||
"name": "ReCollect Waste",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -4339,7 +4339,7 @@
|
|||
},
|
||||
"ridwell": {
|
||||
"name": "Ridwell",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -4719,7 +4719,7 @@
|
|||
},
|
||||
"slack": {
|
||||
"name": "Slack",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
@ -5833,7 +5833,7 @@
|
|||
},
|
||||
"watttime": {
|
||||
"name": "WattTime",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
@ -6068,7 +6068,7 @@
|
|||
},
|
||||
"yi": {
|
||||
"name": "Yi Home Cameras",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue