Add integration_type to ign_sismologia (#81729)

define integration type
This commit is contained in:
Malte Franken 2022-11-09 00:47:00 +11:00 committed by GitHub
parent 0c8eeaa643
commit 3edaef63b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -5,5 +5,6 @@
"requirements": ["georss_ign_sismologia_client==0.3"], "requirements": ["georss_ign_sismologia_client==0.3"],
"codeowners": ["@exxamalte"], "codeowners": ["@exxamalte"],
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["georss_ign_sismologia_client"] "loggers": ["georss_ign_sismologia_client"],
"integration_type": "service"
} }

View File

@ -2349,7 +2349,7 @@
}, },
"ign_sismologia": { "ign_sismologia": {
"name": "IGN Sismolog\u00eda", "name": "IGN Sismolog\u00eda",
"integration_type": "hub", "integration_type": "service",
"config_flow": false, "config_flow": false,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },