Skip to content

Commit e1e91c5

Browse files
authored
Add integration_type service to cloudflare (home-assistant#158898)
1 parent 1e09bdd commit e1e91c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/cloudflare/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@ludeeus", "@ctalkington"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/cloudflare",
7+
"integration_type": "service",
78
"iot_class": "cloud_push",
89
"loggers": ["pycfdns"],
910
"requirements": ["pycfdns==3.0.0"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
},
10401040
"cloudflare": {
10411041
"name": "Cloudflare",
1042-
"integration_type": "hub",
1042+
"integration_type": "service",
10431043
"config_flow": true,
10441044
"iot_class": "cloud_push",
10451045
"single_config_entry": true

0 commit comments

Comments
 (0)