Skip to content

Commit 2341913

Browse files
authored
Add integration_type service to fitbit (home-assistant#159015)
1 parent ba57b72 commit 2341913

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/fitbit/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["application_credentials", "http"],
77
"documentation": "https://www.home-assistant.io/integrations/fitbit",
8+
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"loggers": ["fitbit", "fitbit_web_api"],
1011
"requirements": ["fitbit==0.3.1", "fitbit-web-api==2.13.5"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@
20122012
},
20132013
"fitbit": {
20142014
"name": "Fitbit",
2015-
"integration_type": "hub",
2015+
"integration_type": "service",
20162016
"config_flow": true,
20172017
"iot_class": "cloud_polling"
20182018
},

0 commit comments

Comments
 (0)