mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add azure_data_explorer to microsoft brand (#134088)
This commit is contained in:
parent
f8399b2c0f
commit
5e0088feaa
@ -2,6 +2,7 @@
|
|||||||
"domain": "microsoft",
|
"domain": "microsoft",
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"integrations": [
|
"integrations": [
|
||||||
|
"azure_data_explorer",
|
||||||
"azure_devops",
|
"azure_devops",
|
||||||
"azure_event_hub",
|
"azure_event_hub",
|
||||||
"azure_service_bus",
|
"azure_service_bus",
|
||||||
|
@ -606,12 +606,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"azure_data_explorer": {
|
|
||||||
"name": "Azure Data Explorer",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "cloud_push"
|
|
||||||
},
|
|
||||||
"baf": {
|
"baf": {
|
||||||
"name": "Big Ass Fans",
|
"name": "Big Ass Fans",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -3718,6 +3712,12 @@
|
|||||||
"microsoft": {
|
"microsoft": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
|
"azure_data_explorer": {
|
||||||
|
"integration_type": "hub",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "cloud_push",
|
||||||
|
"name": "Azure Data Explorer"
|
||||||
|
},
|
||||||
"azure_devops": {
|
"azure_devops": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user